HTTP Exceptions

// page not found
abort(404);

Generate an HTTP exception response using status code

Comments