Sha256: 714b564b38eb26579980099cabc66987f0fe97f27d0d16259e0e9800b2d2cf44

Contents?: true

Size: 250 Bytes

Versions: 3

Compression:

Stored size: 250 Bytes

Contents

module Rod
  module Rest
    class MissingResource < RuntimeError; end
    class APIError < RuntimeError; end
    class InvalidData < RuntimeError; end
    class UnknownResource < RuntimeError; end
    class CacheMissed < RuntimeError; end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rod-rest-0.5.2 lib/rod/rest/exception.rb
rod-rest-0.5.1 lib/rod/rest/exception.rb
rod-rest-0.5.0 lib/rod/rest/exception.rb