502.php 143 B

12345678910
  1. <?php
  2. class KO7_HTTP_Exception_502 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 502 Bad Gateway
  5. */
  6. protected $_code = 502;
  7. }