Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
kahlan
matcher
AnyException
PHP Class kahlan\matcher\AnyException
Inheritance:
extends
Exception
Afficher le fichier
Open project: crysalead/kahlan
Protected Properties
Свойство
Type
Description
$message
string
The exception message.
Méthodes publiques
Méthode
Description
__construct
(
string
$message
= null,
string
$code
,
string
$previous
= null )
The exception message.
Method Details
__construct()
public
méthode
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
Résultat
string