Pinq\PinqException::notSupported PHP Méthode

notSupported() public static méthode

public static notSupported ( $method )
    public static function notSupported($method)
    {
        return new self('Invalid call to %s: Method is not supported', $method);
    }

Usage Example

Exemple #1
0
 public function offsetUnset($index)
 {
     throw PinqException::notSupported(__METHOD__);
 }
All Usage Examples Of Pinq\PinqException::notSupported