Documentation

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

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
Return values
void

Search results