Exception.php 267 B

123456789101112
  1. <?php
  2. /**
  3. * KO7 Cache Exception
  4. *
  5. * @package KO7/Cache
  6. * @category Base
  7. *
  8. * @copyright (c) 2007-2016 Kohana Team
  9. * @copyright (c) since 2016 Koseven Team
  10. * @license https://koseven.dev/LICENSE
  11. */
  12. class KO7_Cache_Exception extends KO7_Exception {}