Class: Psych::DisallowedClass (Ruby 2.3.4)

Psych::DisallowedClass

Public Class Methods

new(klass_name)
 
               # File psych/lib/psych/exception.rb, line 10
def initialize klass_name
  super "Tried to load unspecified class: #{klass_name}"
end