コード例 #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);
 }