class NotFoundHttpException extends HttpException
NotFoundHttpException.
Methods
| __construct(string $message = null, Exception $previous = null, integer $code) | ||
| integer |
getStatusCode()
Returns the status code. |
from HttpException |
| array |
getHeaders()
Returns response headers. |
from HttpException |
Details
at line 28
public
__construct(string $message = null, Exception $previous = null, integer $code)
in HttpException at line 32
public integer
getStatusCode()
Returns the status code.
in HttpException at line 37
public array
getHeaders()
Returns response headers.