Added better base exceptions
Adds ValidationError which contains a collection of ValidationIssues, generalizing what we had in the _table.py TableValidationError. This will be used in future model validation code.
Adds ValidationError which contains a collection of ValidationIssues, generalizing what we had in the _table.py TableValidationError. This will be used in future model validation code.