You are here

protected property InternalServerErrorException::$code in RESTful 7.2

Defines the HTTP error code.

Type: int

File

src/Exception/InternalServerErrorException.php, line 18
Contains \Drupal\restful\Exception\InternalServerErrorException

Class

InternalServerErrorException

Namespace

Drupal\restful\Exception

Code

protected $code = 500;