class Psych::AliasesNotEnabled
为向后兼容而继承自 `BadAlias`。
Public Class Methods
Source
# File 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
调用超类方法
Exception::new