UnsupportedMediaTypeException.php in RESTful 7.2
Namespace
Drupal\restful\ExceptionFile
src/Exception/UnsupportedMediaTypeException.phpView source
<?php
/**
* @file
* Contains \Drupal\restful\Exception\UnsupportedMediaTypeException.
*/
namespace Drupal\restful\Exception;
class UnsupportedMediaTypeException extends RestfulException {
/**
* Defines the HTTP error code.
*
* @var int
*/
protected $code = 415;
/**
* {@inheritdoc}
*/
protected $instance = 'help/restful/problem-instances-unsupported-media-type';
}
Classes
Name | Description |
---|---|
UnsupportedMediaTypeException |