Exception: OllamaChat::OllamaChatError
- Inherits:
-
StandardError
- Object
- StandardError
- OllamaChat::OllamaChatError
- Defined in:
- lib/ollama_chat.rb
Overview
Base error class for all OllamaChat‑specific exceptions.
This class inherits from StandardError and serves as the superclass
for all other error types raised by the library. By rescuing
OllamaChatError callers can catch any library‑specific failure
without swallowing unrelated StandardError subclasses.
Direct Known Subclasses
ConfigMissingError, ExecuteError, HTTPError, InvalidPathError, ToolFunctionArgumentError, UnknownModelError, Utils::Fetcher::RetryWithoutStreaming