ErrorException
class ErrorException extends ErrorException implements FrontControllerAwareInterface
Methods
__construct(string $message = '', int $code, int $severity = 1, string $filename = __FILE__, int $lineno = __LINE__, Exception $previous = null)
No description
string
__toString()
Force the error display
void
render()
Force the error display and log it
getFrontController()
No description
Details
at line 50
__construct(string $message = '', int $code, int $severity = 1, string $filename = __FILE__, int $lineno = __LINE__, Exception $previous = null)
at line 64
string
__toString()
Force the error display
at line 75
void
render()
Force the error display and log it