403.php 144 B

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