<?php class Kohana_HTTP_Exception_429 extends HTTP_Exception { /** * @var integer HTTP 429 Too Many Requests */ protected $_code = 429; }