Exception: RubyLLM::Schema::InvalidObjectTypeError

Inherits:
Error
  • Object
show all
Defined in:
lib/ruby_llm/schema/errors.rb

Overview

Raised when an invalid object type is specified

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidObjectTypeError

Returns a new instance of InvalidObjectTypeError.



24
25
26
# File 'lib/ruby_llm/schema/errors.rb', line 24

def initialize(message)
  super
end