Sha256: 42923b0775236fa182ac9d7e36def7012957875b76cbc0f31506483dd1aa6673
Contents?: true
Size: 208 Bytes
Versions: 2
Compression:
Stored size: 208 Bytes
Contents
module Rod module Rest class MissingResource < RuntimeError; end class APIError < RuntimeError; end class InvalidData < RuntimeError; end class UnknownResource < RuntimeError; end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rod-rest-0.0.1.1 | lib/rod/rest/exception.rb |
rod-rest-0.0.1 | lib/rod/rest/exception.rb |