The Application Controller Library provides a consistent way for handling the AppDescription and History json files to every project that has to operate on these files.
...
...
@@ -6,7 +6,6 @@ The Application Controller Library provides a consistent way for handling the Ap
For further examples please take a look at the test cases.
## Validation Exception Handling
A `DECIDEValidationException` is usually a wrapper for the underlying validation library validation errors. The AppController utilizes the JSON Schema Validator from everit-org. You can easily access the original `ValidationException` if you need more details beyond the main message.