veracross / consult

Configuration and secrets management for Rails
MIT License
12 stars 0 forks source link

Support custom error handlers #17

Open mmartell37 opened 6 years ago

mmartell37 commented 6 years ago

This is a work in progress based on #16, partially addressing #13.

The desire is to allow custom error handling as defined by the caller and to provide a few basic error handers.

An example handler class is provided for testing as well as a very basic default which simply displays the error message.

Currently, caller-specified error handlers may be ignored at initial render. See below.

To do:

sixfeetover commented 6 years ago

This was closed accidentally due to deleting the base branch.

sixfeetover commented 6 years ago

This needs to be rebased on the latest master due to our merging the other branches.