PHP Class Autarky\Providers\ProviderException

Inheritance: extends Exception
Afficher le fichier Open project: autarky/framework

Protected Properties

Свойство Type Description
$errors string[] The error messages.

Méthodes publiques

Méthode Description
__construct ( string $message, array $errors ) Constructor.
getErrors ( ) : string[] Get the exception's error messages.

Method Details

__construct() public méthode

Constructor.
public __construct ( string $message, array $errors )
$message string
$errors array

getErrors() public méthode

Get the exception's error messages.
public getErrors ( ) : string[]
Résultat string[]

Property Details

$errors protected_oe property

The error messages.
protected string[] $errors
Résultat string[]