Exception: Gem::SafeMarshal::Visitors::ToRuby::UnsupportedError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Gem::SafeMarshal::Visitors::ToRuby::UnsupportedError
- Defined in:
- lib/rubygems/safe_marshal/visitors/to_ruby.rb
Instance Method Summary collapse
-
#initialize(message, stack:) ⇒ UnsupportedError
constructor
A new instance of UnsupportedError.
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(, stack:) super "#{} @ #{stack.join "."}" end |