class Psych::AliasesNotEnabled
Leitet ‘BadAlias` zu Abwärtskompatibilität ab
Öffentliche Klassenmethoden
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
Ruft die Superklassenmethode
Exception::new auf