Exception: OllamaChat::OllamaChatError

Inherits:
StandardError
  • Object
show all
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.