AkashicException
extends Exception
in package
Table of Contents
Properties
- $details : string|null
Methods
- __construct() : mixed
- getDetails() : string|null
- Get additional details about the error.
Properties
$details
private
string|null
$details
Methods
__construct()
public
__construct(string $message[, string|null $details = null ]) : mixed
Parameters
- $message : string
-
The error code.
- $details : string|null = null
-
Additional details about the error.
getDetails()
Get additional details about the error.
public
getDetails() : string|null