Exception: OllamaChat::InvalidPathError
- Inherits:
-
OllamaChatError
- Object
- StandardError
- OllamaChatError
- OllamaChat::InvalidPathError
- Defined in:
- lib/ollama_chat.rb
Overview
Error raised when a path is outside the allowed whitelist.
The error carries the offending #path as an attribute so that callers can log or display the problematic location.
Instance Attribute Summary collapse
-
#path ⇒ String
The path that caused the error.
Instance Attribute Details
#path ⇒ String
The path that caused the error.
25 26 27 |
# File 'lib/ollama_chat.rb', line 25 def path @path end |