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(action, klass_name) ⇒ DisallowedClass constructor
Constructor Details
    .new(action, klass_name)  ⇒ DisallowedClass 
  
# File 'ext/psych/lib/psych/exception.rb', line 24
def initialize action, klass_name super "Tried to #{action} unspecified class: #{klass_name}" end