class RubyLLM::ErrorMiddleware

def initialize(app, provider:)

def initialize(app, provider:)
  super(app)
  @provider = provider
end