Neuron-PHP

Http500
in package
implements IEvent

Event generated when a 500 error takes place.

Happens before the rendering of the error page.

Table of Contents

Interfaces

IEvent
Core event interface for the Neuron event system.

Properties

$exceptionType  : string
$file  : string
$line  : int
$message  : string
$route  : string

Methods

__construct()  : mixed

Properties

$exceptionType

public string $exceptionType

Methods

__construct()

public __construct(string $route, string $exceptionType, string $message, string $file, int $line) : mixed
Parameters
$route : string
$exceptionType : string
$message : string
$file : string
$line : int

        
On this page

Search results