Exemplo n.º 1
0
Arquivo: Crud.php Projeto: nabble/ajde
 public function __toString()
 {
     try {
         $output = $this->output();
     } catch (Exception $e) {
         $output = Ajde_Exception_Handler::handler($e);
     }
     return (string) $output;
 }
Exemplo n.º 2
0
 public function process()
 {
     return Ajde_Exception_Handler::handler($this);
 }