Property | Type | Description | |
---|---|---|---|
$errors | string[] | The error messages. |
Method | Description | |
---|---|---|
__construct ( string $message, array $errors ) | Constructor. | |
getErrors ( ) : string[] | Get the exception's error messages. |
public __construct ( string $message, array $errors ) | ||
$message | string | |
$errors | array |
public getErrors ( ) : string[] | ||
return | string[] |