%PDF- %PDF-
Direktori : /data/www_bck/varak.net_bck/ampache.varak.net/modules/requests/Requests/Exception/HTTP/ |
Current File : //data/www_bck/varak.net_bck/ampache.varak.net/modules/requests/Requests/Exception/HTTP/413.php |
<?php /** * Exception for 413 Request Entity Too Large responses * * @package Requests */ /** * Exception for 413 Request Entity Too Large responses * * @package Requests */ class Requests_Exception_HTTP_413 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 413; /** * Reason phrase * * @var string */ protected $reason = 'Request Entity Too Large'; }