# proton-quark-exception
Build functions for handling errors defined in a JSON file for the proton microframework.
These functions return an object with the structure:
```sh
{
    "description": "Defined description for error",
    "message": "Error message passed to function",
    "code": "code defined for error"
}
```

More information in the test.
