-
-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
I have installed Laravel 8 with GrahamCampbell/Exception 14.1.
When I get 500 error then it just show plain text Internal Server Error and if I check error log then there is error
local.ERROR: ReflectionException: Class GrahamCampbell\Exceptions\Transformers\AuthTransformer does not exist.
Code is:
public function render($request, Throwable $e)
{
return parent::render($request, $e);
}
Please help me to fix what exactly causing this
Metadata
Metadata
Assignees
Labels
No labels