Sha256: 79622c1d2dc38d06830800d22ff9c74754d578a80f15cb5f91383736838d8d4f

Contents?: true

Size: 167 Bytes

Versions: 6

Compression:

Stored size: 167 Bytes

Contents

# frozen_string_literal: true

# :no-doc:
module Excon
  module HyperMedia
    class Error < StandardError; end

    UnknownRelationError = Class.new(Error)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
excon-hypermedia-0.7.0 lib/excon/hypermedia/errors.rb
excon-hypermedia-0.6.0 lib/excon/hypermedia/errors.rb
excon-hypermedia-0.5.3 lib/excon/hypermedia/errors.rb
excon-hypermedia-0.5.2 lib/excon/hypermedia/errors.rb
excon-hypermedia-0.5.1 lib/excon/hypermedia/errors.rb
excon-hypermedia-0.5.0 lib/excon/hypermedia/errors.rb