コード例 #1
0
ファイル: TaggingPresenter.php プロジェクト: nix9/laracasts
 /**
  * @param \Exception $exception
  * @param bool $verbose
  * @return string
  */
 public function presentException(\Exception $exception, $verbose = false)
 {
     return $this->presenter->presentException($exception, $verbose);
 }