/**
  * @return int|null A handler may return nothing, or a Handler::HANDLE_* constant
  */
 public function handle()
 {
     echo $this->view->send("errors.exception");
     return Handler::QUIT;
 }