Support the ongoing development of Laravel.io →
posted 11 years ago
Requests

I'm trying to catch the fatal error to display a generic error page. But the fatal error message is being displayed at the top of my page some how. Below is the standard fatal error handler I'm using

App::fatal(function($exception)
{
   return View::make('error');
});

Any idea what's going on here?

Last updated 3 years ago.
0

Sign in to participate in this thread!

PHPverse

Your banner here too?

jveldboom jveldboom Joined 19 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.