123456789_123456789_123456789_123456789_123456789_

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

Constructor Details

.new(action, klass_name) ⇒ DisallowedClass

[ GitHub ]

  
# File 'ext/psych/lib/psych/exception.rb', line 24

def initialize action, klass_name
  super "Tried to #{action} unspecified class: #{klass_name}"
end