You are here

protected property GoneException::$description in RESTful 7.2

Exception description.

Type: string

Overrides RestfulException::$description

File

src/Exception/GoneException.php, line 22
Contains \Drupal\restful\Exception\GoneException.

Class

GoneException

Namespace

Drupal\restful\Exception

Code

protected $description = 'The resource at this end point is no longer available.';