class Gem::SafeMarshal::Visitors::ToRuby::UnsupportedError

Public Class Methods

new(message, stack:) click to toggle source
Calls superclass method Exception::new
# File lib/rubygems/safe_marshal/visitors/to_ruby.rb, line 403
def initialize(message, stack:)
  super "#{message} @ #{stack.join "."}"
end