Sha256: f1e5c8ab961ff6b219d5aa6f8d9d93a6ba0780531e2f36a0a0041c8a50e85d74

Contents?: true

Size: 277 Bytes

Versions: 1886

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,886 entries across 1,883 versions & 14 rubygems

Version Path
ory-kratos-client-0.7.5.alpha2 vendor/bundle/ruby/2.5.0/gems/psych-4.0.1/lib/psych/exception.rb
mx-platform-ruby-0.4.0 vendor/bundle/ruby/2.6.0/gems/psych-4.0.1/lib/psych/exception.rb
mx-platform-ruby-0.3.2 vendor/bundle/ruby/2.6.0/gems/psych-4.0.1/lib/psych/exception.rb
mx-platform-ruby-0.3.1 vendor/bundle/ruby/2.6.0/gems/psych-4.0.1/lib/psych/exception.rb
psych-4.0.1-java lib/psych/exception.rb
psych-4.0.1 lib/psych/exception.rb