Sha256: f1e5c8ab961ff6b219d5aa6f8d9d93a6ba0780531e2f36a0a0041c8a50e85d74

Contents?: true

Size: 277 Bytes

Versions: 1885

Compression:

Stored size: 277 Bytes

Contents

# frozen_string_literal: true
module Psych
  class Exception < RuntimeError
  end

  class BadAlias < Exception
  end

  class DisallowedClass < Exception
    def initialize action, klass_name
      super "Tried to #{action} unspecified class: #{klass_name}"
    end
  end
end

Version data entries

1,885 entries across 1,882 versions & 14 rubygems

Version Path
ory-client-1.16.2 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
avalara_sdk-24.12.2 vendor/bundle/ruby/2.7.0/gems/psych-4.0.4/lib/psych/exception.rb
ory-client-1.16.1 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
ory-client-1.16.0 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
avalara_sdk-24.12.1 vendor/bundle/ruby/2.7.0/gems/psych-4.0.4/lib/psych/exception.rb
avalara_sdk-24.12.0 vendor/bundle/ruby/2.7.0/gems/psych-4.0.4/lib/psych/exception.rb
ory-client-1.15.17 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
ory-client-1.15.16 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
ory-client-1.15.15 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
ory-client-1.15.14 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
ory-client-1.15.13 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
mux_ruby-3.20.0 vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/lib/psych/exception.rb
ory-client-1.15.12 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
ory-client-1.15.10 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
mux_ruby-3.19.0 vendor/bundle/ruby/3.2.0/gems/psych-4.0.4/lib/psych/exception.rb
ory-client-1.15.7 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
ory-client-1.15.6 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
ory-client-1.15.5 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
ory-client-1.15.4 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb
ory-client-1.15.3 vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/lib/psych/exception.rb