php-json-schema
php-json-schema copied to clipboard
Moved out the exceptions into their own files
This allows for PSR style autoloading without having to load the main class first. Tests pass.
USE CASE: Some class is trying to catch a ValidationException. Autoloader needs to load the exception but can't find it without the app first explicitly loading the Validator.