Exception: LLMSpecs::ModelNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/llm_specs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ ModelNotFound



4
5
6
# File 'lib/llm_specs/errors.rb', line 4

def initialize(id)
  super "Couldn't find model with id='#{id}'"
end