class Honeybadger::Backend::Null::StubbedResponse

def initialize

def initialize
  super(:stubbed, "{}".freeze)
end