class Gem::SafeMarshal::Visitors::ToRuby::UnsupportedError
公共类方法
new(message, stack:) 点击切换源代码
调用父类方法
# File rubygems/safe_marshal/visitors/to_ruby.rb, line 416 def initialize(message, stack:) super "#{message} @ #{stack.join "."}" end