BEdita API doc | 4-cactus
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Download

Namespaces

  • BEdita
    • API
      • Auth
      • Controller
        • Admin
        • Component
        • Model
      • Error
      • Event
      • Exception
      • Middleware
      • Model
        • Action
      • Network
        • Exception
      • Shell
      • TestSuite
      • Utility
    • Core
      • Configure
        • Engine
      • Database
        • Type
      • Exception
      • Filesystem
        • Adapter
        • Exception
        • Thumbnail
      • I18n
      • Job
        • Service
      • Mailer
        • Preview
        • Transport
      • Model
        • Action
        • Behavior
        • Entity
        • Table
        • Validation
      • ORM
        • Inheritance
        • Locator
        • Rule
      • Shell
        • Task
      • State
      • TestSuite
        • Fixture
      • Utility

Classes

  • UnsupportedMediaTypeException

Class UnsupportedMediaTypeException

Represents an HTTP 415 error 'Unsupported Media Type'

Cake\Http\Exception\HttpException
Extended by BEdita\API\Network\Exception\UnsupportedMediaTypeException
Namespace: BEdita\API\Network\Exception
Located at API/src/Network/Exception/UnsupportedMediaTypeException.php

Methods summary

public
# __construct( string|null $message = null, integer $code = 415 )

Constructor

Constructor

Parameters

$message
If no message is given 'Unsupported Media Type' will be the message
$code
Status code, defaults to 415
BEdita API doc | 4-cactus API documentation generated by ApiGen