ex-tackle
ex-tackle copied to clipboard
An uncaught exception handler
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 ^ 👍
Maybe to call it exception_handler