415.php 157 B

12345678910
  1. <?php
  2. class Kohana_HTTP_Exception_415 extends HTTP_Exception {
  3. /**
  4. * @var integer HTTP 415 Unsupported Media Type
  5. */
  6. protected $_code = 415;
  7. }