Exception: RubyReactor::Error::ContextTooLargeError
- Defined in:
- lib/ruby_reactor/error/context_too_large_error.rb
Instance Attribute Summary
Attributes inherited from Base
#context, #original_error, #step
Instance Method Summary collapse
-
#initialize(message) ⇒ ContextTooLargeError
constructor
A new instance of ContextTooLargeError.
Constructor Details
#initialize(message) ⇒ ContextTooLargeError
6 7 8 |
# File 'lib/ruby_reactor/error/context_too_large_error.rb', line 6 def initialize() super("Context size exceeds limits: #{message}") end |