class Psych::DisallowedClass

Public Class Methods

new (action, klass_name)
Calls superclass method 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