1: <?php 2: /** 3: * ark.database 4: * @copyright 2015 Liu Dong <ddliuhb@gmail.com> 5: * @license MIT 6: */ 7: 8: namespace Ark\Database; 9: 10: class Exception extends \Exception {}