Sha256: 472e6ec264691042459e17d35190f161e9a623dfb25ddfa73667eccd5ba380ab

Contents?: true

Size: 264 Bytes

Versions: 59

Compression:

Stored size: 264 Bytes

Contents

# frozen_string_literal: true
module Psych
  class Exception < RuntimeError
  end

  class BadAlias < Exception
  end

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

Version data entries

59 entries across 59 versions & 7 rubygems

Version Path
passbase-1.0.2 vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/lib/psych/exception.rb
passbase-1.0.1 vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/lib/psych/exception.rb
passbase-1.0.0 vendor/bundle/ruby/2.7.0/gems/psych-3.2.0/lib/psych/exception.rb
psych-3.2.0-java lib/psych/exception.rb
psych-3.2.0 lib/psych/exception.rb
talon_one-2.0.0 vendor/bundle/ruby/2.3.0/gems/psych-3.1.0/lib/psych/exception.rb
dadapush_client-1.0.1 vendor/bundle/ruby/2.3.0/gems/psych-3.1.0/lib/psych/exception.rb
psych-3.1.0-x86-mingw32 lib/psych/exception.rb
psych-3.1.0-x64-mingw32 lib/psych/exception.rb
psych-3.1.0-java lib/psych/exception.rb
psych-3.1.0 lib/psych/exception.rb
psych-3.0.3-x86-mingw32 lib/psych/exception.rb
psych-3.0.3-x64-mingw32 lib/psych/exception.rb
psych-3.0.3 lib/psych/exception.rb
psych-3.0.3-java lib/psych/exception.rb
psych-3.0.3.pre5-java lib/psych/exception.rb
psych-3.0.3.pre4-java lib/psych/exception.rb
psych-3.0.3.pre3-x64-mingw32 lib/psych/exception.rb
psych-3.0.3.pre3-java lib/psych/exception.rb
psych-3.0.3.pre3 lib/psych/exception.rb