Exception: Rubino::Interrupted
- Defined in:
- lib/rubino/errors.rb
Overview
User interrupted an in-progress LLM turn (Esc / Ctrl+C in the chat TUI). Caught by the Loop/Lifecycle so partial content can still be persisted and the UI can return to a ready state cleanly.
Instance Method Summary collapse
-
#initialize(message = "interrupted by user") ⇒ Interrupted
constructor
A new instance of Interrupted.
Constructor Details
#initialize(message = "interrupted by user") ⇒ Interrupted
Returns a new instance of Interrupted.
67 68 69 |
# File 'lib/rubino/errors.rb', line 67 def initialize( = "interrupted by user") super end |