123456789_123456789_123456789_123456789_123456789_

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

Constructor Details

.new(message, stack:) ⇒ UnsupportedError

[ GitHub ]

  
# File 'lib/rubygems/safe_marshal/visitors/to_ruby.rb', line 403

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