Skip to content

Instantly share code, notes, and snippets.

@sbellware
Last active November 28, 2018 03:30
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/bebe36d829058694c3c50b8a2ab10747 to your computer and use it in GitHub Desktop.
Save sbellware/bebe36d829058694c3c50b8a2ab10747 to your computer and use it in GitHub Desktop.
Eventide Error Handling
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