RestfulServerConfigurationException.php in RESTful 7
Contains \RestfulServerConfigurationException
File
exceptions/RestfulServerConfigurationException.phpView source
<?php
/**
* @file
* Contains \RestfulServerConfigurationException
*/
class RestfulServerConfigurationException extends \RestfulException {
/**
* Defines the HTTP error code.
*
* @var int
*/
protected $code = 500;
/**
* {@inheritdoc}
*/
protected $description = 'Server configuration error.';
/**
* {@inheritdoc}
*/
protected $instance = 'help/restful/problem-instances-server-configuration';
}
Classes
Name | Description |
---|---|
RestfulServerConfigurationException | @file Contains \RestfulServerConfigurationException |