db
PageNotFoundExceptionHandler Class Reference

Inherits AppExceptionHandler.

Public Member Functions

 getLogLevel ()
 
 handleException ($exception)
 
 isFor ($exception)
 

Protected Attributes

 $htmlToShow = "www/errors/404.php"
 

Detailed Description

Handles if page is not found

Member Function Documentation

◆ getLogLevel()

getLogLevel ( )
Returns
int log level to log this exception from LogLevel

Implements AppExceptionHandler.

◆ handleException()

handleException (   $exception)

zpracuj vyjimku

Parameters
\Exception$exception
Returns
NULL|ModelAndView returns null, if handler rendered result, ModelAndView if fall to view is needed

Implements AppExceptionHandler.

◆ isFor()

isFor (   $exception)
Parameters
Exception | class$exceptionvyjimka, u ktere se ma zjistit, jestli ze ma zpracovat
Returns
boolean true pokud se ma vyjimka zpracovat timto handlerem

Implements AppExceptionHandler.

Member Data Documentation

◆ $htmlToShow

$htmlToShow = "www/errors/404.php"
protected

The documentation for this class was generated from the following file: