Exception: Gem::SafeMarshal::Visitors::ToRuby::TimeTooLargeError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           Error,
          StandardError | |
| Instance Chain: 
          self,
           Error,
          StandardError | |
| Inherits: | Gem::SafeMarshal::Visitors::ToRuby::Error 
 | 
| Defined in: | lib/rubygems/safe_marshal/visitors/to_ruby.rb | 
Class Method Summary
- .new(message, stack:) ⇒ TimeTooLargeError constructor
Constructor Details
    .new(message, stack:)  ⇒ TimeTooLargeError 
  
# File 'lib/rubygems/safe_marshal/visitors/to_ruby.rb', line 385
def initialize(, stack:) super "#{} @ #{stack.join "."}" end