class RubyLLM::CancelledError
Raised when an in-flight chat operation is cancelled with Chat#cancel.
Public Class Methods
# File lib/ruby_llm/error.rb, line 81 def initialize(message = 'Chat generation cancelled') super end
Creates an error for a cancelled chat operation.
Calls superclass method