class Psych::DisallowedClass
Öffentliche Klassenmethoden
Source
# File ext/psych/lib/psych/exception.rb, line 24 def initialize action, klass_name super "Tried to #{action} unspecified class: #{klass_name}" end
Ruft die Superklassenmethode
Exception::new auf