Exception.php 239 B

1234567891011
  1. <?php
  2. /**
  3. * KO7 Cache Exception
  4. *
  5. * @package KO7/Cache
  6. * @category Base
  7. * @author Kohana Team
  8. * @copyright (c) Kohana Team
  9. * @license https://koseven.ga/LICENSE.md
  10. */
  11. class KO7_Cache_Exception extends KO7_Exception {}