Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
kahlan
matcher
AnyException
PHP Class kahlan\matcher\AnyException
Inheritance:
extends
Exception
Mostra file
Open project: crysalead/kahlan
Protected Properties
Property
Type
Description
$message
string
The exception message.
Public Methods
Method
Description
__construct
(
string
$message
= null,
string
$code
,
string
$previous
= null )
The exception message.
Method Details
__construct()
public
method
The exception message.
public
__construct
(
string
$message
= null,
string
$code
,
string
$previous
= null )
$message
string
The exception message.
$code
string
The exception code.
$previous
string
The previous exception.
Property Details
$message
protected_oe property
The exception message.
protected
string
$message
return
string