NotFoundException
class NotFoundException extends Exception
Methods
__construct(string $message = '', int $code, Exception $previous = null)
Construction of the exception - a message is needed (1st argument)
Details
at line 41
__construct(string $message = '', int $code, Exception $previous = null)
Construction of the exception - a message is needed (1st argument)
in Exception at line 62
string
__toString()
Force the error display
in Exception at line 72
void
render()
Force the error display and log it