Skip to content

v1.1.32

Compare
Choose a tag to compare
@rwillians rwillians released this 04 Aug 18:21
756c9f1
  • Bugfix: fixed a bug where rescue.from would not only call your custom error handler (that only runs when the error is an instance of the given constructor), but also would always call the next error handler in the stack. See #31