KernelException
extends Exception
in package
Excepciones para redirigir a un controlador de errores.
Table of Contents
Properties
- $handler : string
Methods
- __construct() : mixed
Properties
$handler
public
string
$handler
= ''
Methods
__construct()
public
__construct(string $handler, string $message[, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
- $handler : string
- $message : string
- $code : int = 0
- $previous : Throwable|null = null