Documentation

PermissionDeniedThrowable extends HordeThrowable

The root interface from which all Horde Exceptions must descend

Intentionally a noop / marker interface

Tags
author

Ralf Lang lang@b1-systems.de

category

Horde

copyright

2008-2022 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL-2.1

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

Search results