Nelmio\Alice\Definition\MethodCall\NoMethodCall::throwException PHP Method

throwException() private method

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