Last active
November 28, 2018 03:30
-
-
Save sbellware/bebe36d829058694c3c50b8a2ab10747 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
ComponentHost.start(component_name) do |host| | |
# ... | |
host.record_error(error) do | |
SomeErrorReporter.(error) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment