diff --git a/app/Exceptions/PrettyPageException.php b/app/Exceptions/PrettyPageException.php index b74cbc86..a15a8c0f 100644 --- a/app/Exceptions/PrettyPageException.php +++ b/app/Exceptions/PrettyPageException.php @@ -4,11 +4,6 @@ namespace App\Exceptions; class PrettyPageException extends \Exception { - public function report() - { - return $this->render(); - } - public function render() { return response()->view('errors.pretty', ['code' => $this->code, 'message' => $this->message]);