Class NotFound
Exception thrown when a resource is not found.
- Exception
- ICanBoogie\HTTP\HTTPError
- ICanBoogie\HTTP\NotFound
Methods summary
public
|
#
__construct( mixed $message = 'The requested URL was not found on this server.', mixed $code = 404,
|
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()