/
/
opt
/
alt
/
ruby33
/
share
/
gems
/
gems
/
psych-5.1.2
/
lib
/
psych
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/alt/ruby33/share/gems/gems/psych-5.1.2/lib/psych
Edit:
/opt/alt/ruby33/share/gems/gems/psych-5.1.2/lib/psych/exception.rb
# frozen_string_literal: true module Psych class Exception < RuntimeError end class BadAlias < Exception end # Subclasses `BadAlias` for backwards compatibility class AliasesNotEnabled < BadAlias def initialize super "Alias parsing was not enabled. To enable it, pass `aliases: true` to `Psych::load` or `Psych::safe_load`." end end # Subclasses `BadAlias` for backwards compatibility class AnchorNotDefined < BadAlias def initialize anchor_name super "An alias referenced an unknown anchor: #{anchor_name}" end end class DisallowedClass < Exception def initialize action, klass_name super "Tried to #{action} unspecified class: #{klass_name}" end end end
Ukuran: 726 B