Ejemplo n.º 1
0
 public function __toString()
 {
     try {
         $output = $this->output();
     } catch (Exception $e) {
         $output = Handler::handler($e);
     }
     return $output;
 }
Ejemplo n.º 2
0
 public function process()
 {
     return Handler::handler($this);
 }