respect-validation/library
Jonathan Stewmon 8851fb5abc
Always display message for AbstractRelated rule
`NestedValidationException` should include all `AbstractRelated` rule
exceptions.

`AbstractRelated` rule failures always indicate an interesting nested
context, which should not be omitted from the final result.

`NonOmissibleExceptionInterface` is a marker interface for
exceptions thrown by instances of `AbstractRelated`, which
facilitates identification of those rules' exceptions with
`instanceof`.
2017-03-27 10:21:45 +02:00
..
Exceptions Always display message for AbstractRelated rule 2017-03-27 10:21:45 +02:00
Rules Replaced TLDs with current list from IANA 2017-02-08 09:22:25 +01:00
Factory.php Use class constant instead of FQCN 2016-10-30 20:16:13 +01:00
Validatable.php Use short array syntax 2015-10-17 22:56:32 -03:00
Validator.php Create "OneOf" rule 2017-02-05 14:49:07 +01:00