Exception.php 240 B

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