Exception: Gem::SafeMarshal::Visitors::ToRuby::TimeTooLargeError

Inherits:
Error
  • Object
show all
Defined in:
lib/rubygems/safe_marshal/visitors/to_ruby.rb

Instance Method Summary collapse

Constructor Details

#initialize(message, stack:) ⇒ TimeTooLargeError

Returns a new instance of TimeTooLargeError.



385
386
387
# File 'lib/rubygems/safe_marshal/visitors/to_ruby.rb', line 385

def initialize(message, stack:)
  super "#{message} @ #{stack.join "."}"
end