class Honeybadger::Notice

def halt!

Returns nothing.

Halts the notice and the before_notify callback chain.
def halt!
  @halted ||= true
end