DetailsTrait
Table of Contents
- $extraDetails : string
- getDetails() : string
- Get additional details separated from the exception's message
- setDetails() : void
- Set additional details separated from the exception's message
Properties
$extraDetails
protected
string
$extraDetails
= ''
Methods
getDetails()
Get additional details separated from the exception's message
public
getDetails() : string
Return values
string —setDetails()
Set additional details separated from the exception's message
public
setDetails(string $details) : void
Parameters
- $details : string