Nelmio\Alice\NotCallableTrait::__call PHP Method

__call() public method

public __call ( $method, $arguments )
    public function __call($method, $arguments)
    {
        throw new \DomainException(sprintf('Did not expect "%s" to be called.', $method));
    }
NotCallableTrait