Class HttpNotFoundException
HttpNotFoundException Should be thrown if a 404 should be send to the browser
- Exception
-
Modulework\Modules\Http\Exceptions\HttpNotFoundException implements Modulework\Modules\Http\Exceptions\HttpExceptionInterface
Namespace: Modulework\Modules\Http\Exceptions
Located at Modulework/Modules/Http/Exceptions/HttpNotFoundException.php
Located at Modulework/Modules/Http/Exceptions/HttpNotFoundException.php
Methods summary
public
|
#
__construct( integer $code = null, string $message = null,
Constructor. |
public
integer
|
Methods inherited from Exception
__toString()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()