PHP Class Thruway\Exception\WampErrorException

Inheritance: extends Exception, use trait Thruway\Message\Traits\ArgumentsTrait, use trait Thruway\Message\Traits\DetailsTrait
Afficher le fichier Open project: voryx/thruway Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $errorUri, array | null $arguments = null, stdClass | null $argumentsKw = null, stdClass | null $details = null )
getErrorUri ( ) : mixed
setErrorUri ( mixed $errorUri )

Method Details

__construct() public méthode

public __construct ( string $errorUri, array | null $arguments = null, stdClass | null $argumentsKw = null, stdClass | null $details = null )
$errorUri string
$arguments array | null
$argumentsKw stdClass | null
$details stdClass | null

getErrorUri() public méthode

public getErrorUri ( ) : mixed
Résultat mixed

setErrorUri() public méthode

public setErrorUri ( mixed $errorUri )
$errorUri mixed