lithium\net\http\ClientMediaException
Extends
lithium\net\http\MediaException
The ClientMediaException
is thrown when a request body could not be understood or decoded by
the server.
Source
class ClientMediaException extends \lithium\net\http\MediaException {
protected $code = 415;
}