Exception.php 288 B

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