Exception: LLMSpecs::ModelNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- LLMSpecs::ModelNotFound
- Defined in:
- lib/llm_specs/errors.rb
Instance Method Summary collapse
-
#initialize(id) ⇒ ModelNotFound
constructor
A new instance of ModelNotFound.
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 |