chalice
chalice copied to clipboard
Convert any ChaliceViewError to a response
Description of changes: Using a method on the class ChaliceViewError would allow any subclass to implement its own custom response for an exception.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
I've just added tests and docs.
On my local machine, the command make prcheck
runs ok, but on the last commit the tests didn't ran successfully.