class NotFoundException extends Exception

Methods

__construct(string $message = '', int $code, Exception $previous = null)

Construction of the exception - a message is needed (1st argument)

string
__toString()

Force the error display

from Exception
void
render()

Force the error display and log it

from Exception
setFrontController(FrontController $kernel = null)

No description

from Exception

Details

at line 41
__construct(string $message = '', int $code, Exception $previous = null)

Construction of the exception - a message is needed (1st argument)

Parameters

string $message The exception message
int $code The exception code
Exception $previous The previous exception if so

in Exception at line 62
string __toString()

Force the error display

Return Value

string

in Exception at line 72
void render()

Force the error display and log it

Return Value

void

in Exception at line 93
Exception setFrontController(FrontController $kernel = null)

Parameters

FrontController $kernel

Return Value

Exception

in Exception at line 102
FrontController getFrontController()

Return Value

FrontController