public function __toString() { try { $output = $this->output(); } catch (Exception $e) { $output = Handler::handler($e); } return $output; }
public function process() { return Handler::handler($this); }