Created
November 28, 2018 03:32
-
-
Save sbellware/234923efa72169e153b283b2daaed0a6 to your computer and use it in GitHub Desktop.
Eventide Error Handling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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