module Concurrent::ActorContext

def on_error(time, message, exception)

Parameters:
  • exception (Exception) -- the exception object that was raised
  • message (Array) -- the message that caused the error
  • time (Time) -- the date/time at which the error occurred
def on_error(time, message, exception)
end