Source: show | on GitHub
# File ext/psych/lib/psych/exception.rb, line 10 def initialize klass_name super "Tried to load unspecified class: #{klass_name}" end