You are here

protected property RestfulUnauthorizedException::$description in RESTful 7

Defines the description.

Type: string

Overrides RestfulException::$description

File

exceptions/RestfulUnauthorizedException.php, line 20
Contains RestfulUnauthorizedException.

Class

RestfulUnauthorizedException
@file Contains RestfulUnauthorizedException.

Code

protected $description = 'Unauthorized.';