402.php 148 B

12345678910
  1. <?php
  2. class KO7_HTTP_Exception_402 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 402 Payment Required
  5. */
  6. protected $_code = 402;
  7. }