Documentation

ErrorController
in package

The error controller handles all bad requests. Other controllers can redirect to this one.

Table of Contents

action_403()  : mixed
Action for a 403 Error
action_404()  : mixed
Action for a 404 Error
action_500()  : mixed
Action for a 500 Error

Methods

action_500()

Action for a 500 Error

public action_500(Request $req, Response $res) : mixed

Internal Server Error

Parameters
$req : Request

The request object

$res : Response

The response object

Return values
mixed

Search results