You are here

protected property RestfulNotFoundException::$code in RESTful 7

Defines the HTTP error code.

Type: int

File

exceptions/RestfulNotFoundException.php, line 15
Contains RestfulNotFoundException

Class

RestfulNotFoundException
@file Contains RestfulNotFoundException

Code

protected $code = 404;