class Psych::DisallowedClass
公共类方法
源代码
# File ext/psych/lib/psych/exception.rb, line 24 def initialize action, klass_name super "Tried to #{action} unspecified class: #{klass_name}" end
调用超类方法
Exception::new
# File ext/psych/lib/psych/exception.rb, line 24 def initialize action, klass_name super "Tried to #{action} unspecified class: #{klass_name}" end
Exception::new