Exception.php 320 B

1234567891011
  1. <?php defined('SYSPATH') OR die('No direct script access.');
  2. /**
  3. * Database exceptions.
  4. *
  5. * @package Kohana/Database
  6. * @category Exceptions
  7. * @author Kohana Team
  8. * @copyright (c) 2009 Kohana Team
  9. * @license http://kohanaphp.com/license
  10. */
  11. class Kohana_Database_Exception extends Kohana_Exception {}