Exception: Gem::SafeMarshal::Visitors::ToRuby::UnsupportedError

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

Instance Method Summary collapse

Constructor Details

#initialize(message, stack:) ⇒ UnsupportedError

Returns a new instance of UnsupportedError.



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

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