Skip to content

An uncaught exception handler #11

Description

@shiroyasha

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 ^ 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions