class Psych::DisallowedClass
Public Class Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/psych-5.2.3/lib/psych/exception.rb, line 24 def initialize action, klass_name super "Tried to #{action} unspecified class: #{klass_name}" end
Calls superclass method