类 Psych::AliasesNotEnabled
为了向后兼容性,继承了 `BadAlias` 类
公共类方法
new() 点击切换源代码
调用父类方法
# File 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