Skip to content

Instantly share code, notes, and snippets.

@sbellware
Created November 28, 2018 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbellware/234923efa72169e153b283b2daaed0a6 to your computer and use it in GitHub Desktop.
Save sbellware/234923efa72169e153b283b2daaed0a6 to your computer and use it in GitHub Desktop.
Eventide Error Handling
class Consumer
# ...
def error_raised(error, message_data)
# Do something with the error
raise error
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment