class Honeybadger::Agent
def with_error_handling
def with_error_handling yield rescue => ex error { "Rescued an error in a before notify hook: #{ex.message}" } end
def with_error_handling yield rescue => ex error { "Rescued an error in a before notify hook: #{ex.message}" } end