Exception.php 328 B

12345678910
  1. <?php
  2. defined('SYSPATH') OR die('No direct script access.');
  3. /**
  4. * @package Kohana
  5. * @category Exceptions
  6. * @author Kohana Team
  7. * @copyright (c) 2009-2012 Kohana Team
  8. * @license http://kohanaframework.org/license
  9. */
  10. class Request_Client_Recursion_Exception extends Kohana_Request_Client_Recursion_Exception {}