Exception.php 221 B

123456789
  1. <?php
  2. /**
  3. * @package Kohana
  4. * @category Exceptions
  5. * @author Kohana Team
  6. * @copyright (c) Kohana Team
  7. * @license https://koseven.ga/LICENSE.md
  8. */
  9. class Kohana_View_Exception extends Kohana_Exception {}