<?php class KO7_HTTP_Exception_413 extends HTTP_Exception { /** * @var integer HTTP 413 Request Entity Too Large */ protected $_code = 413; }