Behat\Testwork\Call\Handler\Exception\MethodNotFoundHandler::supportsException PHP Method

supportsException() final public method

final public supportsException ( $exception )
    public final function supportsException($exception)
    {
        if (!$exception instanceof Error) {
            return false;
        }
        return null !== $this->extractNonExistentCallable($exception);
    }