PHP Class ManaPHP\Exception

Inheritance: extends Exception
Afficher le fichier Open project: manaphp/manaphp Class Usage Examples

Protected Properties

Свойство Type Description
$_bind array

Méthodes publiques

Méthode Description
__construct ( string $message = '', integer | array $code, Exception $previous = null ) Exception constructor.
dump ( ) : array
getBind ( ) : array
getLastErrorMessage ( ) : string

Method Details

__construct() public méthode

Exception constructor.
public __construct ( string $message = '', integer | array $code, Exception $previous = null )
$message string
$code integer | array
$previous Exception

dump() public méthode

public dump ( ) : array
Résultat array

getBind() public méthode

public getBind ( ) : array
Résultat array

getLastErrorMessage() public static méthode

public static getLastErrorMessage ( ) : string
Résultat string

Property Details

$_bind protected_oe property

protected array $_bind
Résultat array