Sha256: 6af613da0a9e04a752b11be7558704b37092bd4783a21354f84872250349de2a

Contents?: true

Size: 234 Bytes

Versions: 103

Compression:

Stored size: 234 Bytes

Contents

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

103 entries across 75 versions & 6 rubygems

Version Path
rb2exe-0.1.43 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/exception.rb
rb2exe-0.1.40 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/exception.rb
rb2exe-0.1.39 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/exception.rb
rb2exe-0.1.38 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/exception.rb
rb2exe-0.1.29 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/exception.rb
rb2exe-0.1.14 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/exception.rb
rb2exe-0.1.12 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/psych/exception.rb
psych-2.0.17-java lib/psych/exception.rb
psych-2.0.17 lib/psych/exception.rb
psych-2.0.16-java lib/psych/exception.rb
psych-2.0.16 lib/psych/exception.rb
psych-2.0.15-java lib/psych/exception.rb
psych-2.0.15 lib/psych/exception.rb
psych-2.0.14-java lib/psych/exception.rb
psych-2.0.14 lib/psych/exception.rb
psych-shopifork-2.0.13 lib/psych/exception.rb
psych-2.0.14.pre1-java lib/psych/exception.rb
psych-2.0.13 lib/psych/exception.rb
psych-2.0.12 lib/psych/exception.rb
psych-2.0.11 lib/psych/exception.rb