createForUncallableMethod() public static method

public static createForUncallableMethod ( string $method ) : LogicException
$method string
return LogicException
Example #1
0
 private function throwException(string $method)
 {
     throw LogicExceptionFactory::createForUncallableMethod($method);
 }