chalice icon indicating copy to clipboard operation
chalice copied to clipboard

Convert any ChaliceViewError to a response

Open vfrico opened this issue 3 years ago • 1 comments

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.

vfrico avatar Feb 04 '22 11:02 vfrico

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.

vfrico avatar Feb 17 '22 12:02 vfrico