class Airbrake::NestedException

def initialize(config, exception)

def initialize(config, exception)
  @config = config
  @exception = exception
end