示例#1
0
文件: Crud.php 项目: nabble/ajde
 public function __toString()
 {
     try {
         $output = $this->output();
     } catch (Exception $e) {
         $output = Ajde_Exception_Handler::handler($e);
     }
     return (string) $output;
 }
示例#2
0
 public function process()
 {
     return Ajde_Exception_Handler::handler($this);
 }