Exception: RubyReactor::Error::ContextTooLargeError

Inherits:
Base
  • Object
show all
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

Constructor Details

#initialize(message) ⇒ ContextTooLargeError



6
7
8
# File 'lib/ruby_reactor/error/context_too_large_error.rb', line 6

def initialize(message)
  super("Context size exceeds limits: #{message}")
end