Ouzo\ExceptionHandling\ExceptionHandler::renderUserError PHP Method

renderUserError() private method

private renderUserError ( $exception )
    private function renderUserError($exception)
    {
        header("Contains-Error-Message: User");
        $this->renderError($exception, 'user_exception');
    }