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

handleException() final public method

final public handleException ( $exception )
    public final function handleException($exception)
    {
        $this->handleNonExistentClass($this->extractNonExistentClass($exception));
        return $exception;
    }