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