module Robustly

Constants

DEFAULT_EXCEPTION_METHOD
VERSION

Attributes

env[RW]
raise_envs[RW]
report_exception_method[RW]
tag[RW]

Public Class Methods

report_exception(e) click to toggle source
# File lib/robustly.rb, line 8
def report_exception(e)
  report_exception_method.call(e)
end