Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Thruway
Exception
WampErrorException
PHP Class Thruway\Exception\WampErrorException
Inheritance:
extends
Exception
,
use trait
Thruway\Message\Traits\ArgumentsTrait
,
use trait
Thruway\Message\Traits\DetailsTrait
Mostrar archivo
Open project: voryx/thruway
Class Usage Examples
Public Methods
Method
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
method
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
method
public
getErrorUri
( ) :
mixed
return
mixed
setErrorUri()
public
method
public
setErrorUri
(
mixed
$errorUri
)
$errorUri
mixed