Exception
extends AppException
in package
Exception for processes and threads.
Table of Contents
Methods
- __construct() : mixed
- Constructs an exception.
Methods
__construct()
Constructs an exception.
public
__construct(int $code, string $message) : mixed
Parameters
- $code : int
-
The error code from ErrorCodes.
- $message : string
-
Additional error message text.