Skip to content

Commit

Permalink
Remove unused code from the old validation engine
Browse files Browse the repository at this point in the history
Because we've changed the validation engine, those classes are not
necessary anymore. This is a major step for the new validation engine.

The NestedValidationException was one of the most important classes of
the project, the one that formatted nested messages -- and it was also
one of the buggiest and most complicated ones. With the new validation
engine, it became obsolete.

These changes are a significant step toward refactoring the whole
codebase. The changes in the Factory are there to ensure it doesn't
break for the time being.

Thank you NestedValidationException; you did an excellent job for a long
time. I can't say I will miss you, but seeing you go is weird.

Signed-off-by: Henrique Moody <[email protected]>
  • Loading branch information
henriquemoody committed Mar 6, 2024
1 parent 3a6a71a commit fdd8c5a
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 510 deletions.
25 changes: 0 additions & 25 deletions library/Attributes/ExceptionClass.php

This file was deleted.

37 changes: 0 additions & 37 deletions library/Exceptions/EachException.php

This file was deleted.

236 changes: 0 additions & 236 deletions library/Exceptions/NestedValidationException.php

This file was deleted.

14 changes: 0 additions & 14 deletions library/Exceptions/NonOmissibleValidationException.php

This file was deleted.

83 changes: 0 additions & 83 deletions library/Exceptions/RecursiveExceptionIterator.php

This file was deleted.

Loading

0 comments on commit fdd8c5a

Please sign in to comment.