Documentation

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

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
Return values
string|null

        
On this page

Search results