507.php 152 B

12345678910
  1. <?php
  2. class KO7_HTTP_Exception_507 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 507 Insufficient Storage
  5. */
  6. protected $_code = 507;
  7. }