Beispiel #1
0
 /**
  * @param \Exception $exception
  * @param bool $verbose
  * @return string
  */
 public function presentException(\Exception $exception, $verbose = false)
 {
     return $this->presenter->presentException($exception, $verbose);
 }