Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An uncaught exception handler #11

Open
shiroyasha opened this issue Oct 18, 2016 · 1 comment
Open

An uncaught exception handler #11

shiroyasha opened this issue Oct 18, 2016 · 1 comment

Comments

@shiroyasha
Copy link
Contributor

The current best solution is:

def handle_message(message)
  try do
     :a + 1
  rescue 
      e -> 
           # do soemthing
           raise e
  end
end

@snehaso suggested that we could have an on_uncought_exception handler.

I think that sounds good ^ 👍

@predrag-rakic
Copy link

Maybe to call it exception_handler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants