Nelmio\Alice\Definition\MethodCall\NoMethodCall::throwException PHP Метод

throwException() приватный Метод

private throwException ( string $method )
$method string
    private function throwException(string $method)
    {
        throw LogicExceptionFactory::createForUncallableMethod($method);
    }