Exception: Psych::DisallowedClass
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          Exception,
          RuntimeError
         | |
| Instance Chain: 
          self,
          Exception,
          RuntimeError
         | |
| Inherits: | Psych::Exception 
 | 
| Defined in: | ext/psych/lib/psych/exception.rb | 
Class Method Summary
- .new(klass_name) ⇒ DisallowedClass constructor
Constructor Details
    .new(klass_name)  ⇒ DisallowedClass 
  
# File 'ext/psych/lib/psych/exception.rb', line 9
def initialize klass_name super "Tried to load unspecified class: #{klass_name}" end