laravel-theme icon indicating copy to clipboard operation
laravel-theme copied to clipboard

fire appendBefore 500 server error

Open gabyrusu opened this issue 8 years ago • 0 comments

Hi, guys. I'm trying to use this theme in App\Execeptions\Handler.php to customize the error messages but it seams like this line:

413: $this->fire('appendBefore', $this);

generates a 500 server error with no other error message. If I comment this line it's ok, but I'm not sure of it's purpose so I'm not willing to use this as a long term solution.

it happens only on this particular case. Every where else in my project is fine.

Can you help me?

Thanks!

gabyrusu avatar May 10 '16 18:05 gabyrusu