Sha256: 47119e27d222ebc643b6cc93a372ba1e00f0c0e87efdfbba3290f7ce8d69e9e4
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 Bytes
Contents
module JSONAPIonify::Api module Errors JSONAPIonifyError = Class.new StandardError ResourceNotFound = Class.new JSONAPIonifyError RelationshipNotFound = Class.new JSONAPIonifyError RequestError = Class.new JSONAPIonifyError CacheHit = Class.new JSONAPIonifyError DoubleCacheError = Class.new JSONAPIonifyError InvalidCursor = Class.new JSONAPIonifyError end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jsonapionify-0.9.0 | lib/jsonapionify/api/errors.rb |