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

handleException() final public method

final public handleException ( $exception )
    public final function handleException($exception)
    {
        $this->handleNonExistentMethod($this->extractNonExistentCallable($exception));
        return $exception;
    }