429.php 149 B

12345678910
  1. <?php
  2. class KO7_HTTP_Exception_429 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 429 Too Many Requests
  5. */
  6. protected $_code = 429;
  7. }