PHP Class Laracasts\Validation\FormValidationException

Inheritance: extends Exception
Show file Open project: laracasts/validation

Protected Properties

Property Type Description
$errors mixed

Public Methods

Method Description
__construct ( string $message, mixed $errors )
getErrors ( ) : mixed Get form validation errors

Method Details

__construct() public method

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

getErrors() public method

Get form validation errors
public getErrors ( ) : mixed
return mixed

Property Details

$errors protected property

protected mixed $errors
return mixed