<?php namespace PhpLife\Frame\Exception; /** * 数据库异常 * @package PhpLife\Frame\Exception */ class Database extends \PhpLife\Frame\Exception { protected $filename = 'exception.database'; }