respect-validation/library
Henrique Moody 04b3c78ba7 Use ValidationException when no exception is found
Before this change every create rule must have an exception. This commit
allows to create rules without specific exceptions, so when the
exception of the rule is not found Validation uses ValidationException
instead.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-03-22 19:28:53 +01:00
..
Exceptions Apply contribution guidelines to "ArrayType" rule 2018-03-16 11:19:14 +01:00
Helpers Refactor "Between" rule 2018-03-03 18:06:26 +01:00
Rules Apply contribution guidelines to "ArrayType" rule 2018-03-16 11:19:14 +01:00
Factory.php Use ValidationException when no exception is found 2018-03-22 19:28:53 +01:00
Validatable.php Method assert() should not have a return value 2018-01-28 17:38:40 +01:00
Validator.php Refactor "Between" rule 2018-03-03 18:06:26 +01:00