Skip to content

Not able to handle 500 error through handler #146

@miamarconi

Description

@miamarconi

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions