Exception: Gem::SafeMarshal::Visitors::ToRuby::UnsupportedError
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:) ⇒ UnsupportedError constructor
Constructor Details
.new(message, stack:) ⇒ UnsupportedError
# File 'lib/rubygems/safe_marshal/visitors/to_ruby.rb', line 403
def initialize(, stack:) super "#{} @ #{stack.join "."}" end