respect-validation/library
Henrique Moody 00f61b9bdc
Move message formatting out of ValidationException
There should not be too much code in the ValidationException. It is hard
to test and debug code in exceptions because PHP does not trace further
than their constructor.

This commit will move the message formatting from ValidationException
into a Formatter class (inside a Message namespace).

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-05-12 13:45:38 +02:00
..
Exceptions Move message formatting out of ValidationException 2019-05-12 13:45:38 +02:00
Helpers Remove subdivision code rules per country 2019-04-06 23:05:24 +02:00
Message Move message formatting out of ValidationException 2019-05-12 13:45:38 +02:00
Rules Remove "IdentityCard" in favor of "PolishIdCard" 2019-05-12 00:22:45 +02:00
Factory.php Move message formatting out of ValidationException 2019-05-12 13:45:38 +02:00
Validatable.php Apply "SlevomatCodingStandard.TypeHints.TypeHintDeclaration" 2019-02-09 14:09:28 +01:00
Validator.php Remove "IdentityCard" in favor of "PolishIdCard" 2019-05-12 00:22:45 +02:00