createForUncallableMethod() публичный статический Метод

public static createForUncallableMethod ( string $method ) : LogicException
$method string
Результат LogicException
Пример #1
0
 private function throwException(string $method)
 {
     throw LogicExceptionFactory::createForUncallableMethod($method);
 }