diff --git a/layout/Error.layout.php b/layout/Error.layout.php index c50b866..62ed7ce 100644 --- a/layout/Error.layout.php +++ b/layout/Error.layout.php @@ -21,9 +21,9 @@ class ErrorLayout extends Layout } /** - * @param GeneralException $exception + * @param Exception $exception */ - public function setException(GeneralException $exception) + public function setException(Exception $exception) { $this->exception = $exception; }