Database.php 206 B

12345678910111213
  1. <?php
  2. namespace PhpLife\Frame\Exception;
  3. /**
  4. * 数据库异常
  5. * @package PhpLife\Frame\Exception
  6. */
  7. class Database extends \PhpLife\Frame\Exception
  8. {
  9. protected $filename = 'exception.database';
  10. }