Documentation

ErrorsController extends Controller

Páginas de Erros 404, 500, etc

Table of Contents

$app  : Application
$error  : Throwable
$layout  : string|null
$title  : string|array<string|int, string>
_404()  : mixed
_500()  : mixed
init()  : mixed
Ação Inicial, executada antes de qualquer action

Properties

$title

public string|array<string|int, string> $title

Methods

_404()

public _404(Throwable $e) : mixed
Parameters
$e : Throwable
Return values
mixed

_500()

public _500(Throwable $e) : mixed
Parameters
$e : Throwable
Return values
mixed

init()

Ação Inicial, executada antes de qualquer action

public init() : mixed
Tags
codeCoverageIgnore
Return values
mixed

Search results