Skip to content

App::abort(404) not listening to custom error handler #48

Closed
@steve228uk

Description

@steve228uk

I'm using App::abort(404); to force a 404 however I'm getting the standard stack trace and Laravel doesn't seem to listen to the following error handler I've added to app/start/global.php

App::missing(function($exception)
{
    return View::make('errors.404');
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions