PHP Class Laracasts\Validation\FormValidationException

Inheritance: extends Exception
Afficher le fichier Open project: laracasts/validation

Protected Properties

Свойство Type Description
$errors mixed

Méthodes publiques

Méthode Description
__construct ( string $message, mixed $errors )
getErrors ( ) : mixed Get form validation errors

Method Details

__construct() public méthode

public __construct ( string $message, mixed $errors )
$message string
$errors mixed

getErrors() public méthode

Get form validation errors
public getErrors ( ) : mixed
Résultat mixed

Property Details

$errors protected_oe property

protected mixed $errors
Résultat mixed