Ouzo\ExceptionHandling\ExceptionHandler::handleException PHP Method

handleException() public method

public handleException ( $exception )
    public function handleException($exception)
    {
        if (!$this->runOuzoExceptionHandler($exception)) {
            $this->runDefaultHandler($exception);
        }
    }