protected property RestfulNotFoundException::$description in RESTful 7
Defines the description.
Type: string
Overrides RestfulException::$description
File
- exceptions/
RestfulNotFoundException.php, line 20 - Contains RestfulNotFoundException
Class
- RestfulNotFoundException
- @file Contains RestfulNotFoundException
Code
protected $description = 'Not Found.';