<?php class KO7_HTTP_Exception_411 extends HTTP_Exception { /** * @var integer HTTP 411 Length Required */ protected $_code = 411; }