db
AppExceptionHandler Interface Reference

Inherited by InternalServerErrorExceptionHandler, and PageNotFoundExceptionHandler.

Public Member Functions

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

Detailed Description

handler pro zpracovani nejakych vyjimek, krere protecou az do aplikace

Member Function Documentation

◆ getLogLevel()

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

Implemented in InternalServerErrorExceptionHandler, and PageNotFoundExceptionHandler.

◆ handleException()

handleException (   $exception)

zpracuj vyjimku

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

Implemented in InternalServerErrorExceptionHandler, and PageNotFoundExceptionHandler.

◆ 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

Implemented in InternalServerErrorExceptionHandler, and PageNotFoundExceptionHandler.


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