DebugException
extends Exception
in package
Support exception class for decision-making
Table of Contents
Methods
- __construct() : mixed
Methods
__construct()
public
__construct(string $message, int $code, string $file, int $line[, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string
- $code : int
- $file : string
- $line : int
- $previous : Throwable|null = null