Class
Subclasses ‘BadAlias` for backwards compatibility
Class Methods
::
ext/psych/lib/psych/exception.rb
View on GitHub
# File tmp/rubies/ruby-master/ext/psych/lib/psych/exception.rb, line 11
def initialize
super "Alias parsing was not enabled. To enable it, pass `aliases: true` to `Psych::load` or `Psych::safe_load`."
end
No documentation available