PermissionDeniedThrowable
extends
HordeThrowable
in
The root interface from which all Horde Exceptions must descend
Intentionally a noop / marker interface
Tags
Table of Contents
- getDetails() : string
- Get additional details separated from the exception's message
- setDetails() : void
- Set additional details separated from the exception's message
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