class Ollama::Errors::Error
rescue specific Ollama errors or the general error type when interacting with the Ollama API.
It provides a common foundation for error handling within the gem, allowing developers to
This class serves as the parent class for all custom exceptions raised by the Ollama library.
The base error class for Ollama-related exceptions.