Sha256: c3ede462e45589fbae561eb80ef53717bf4fd2daf5e5fb7e4e6fea491ba59e29
Contents?: true
Size: 597 Bytes
Versions: 22
Compression:
Stored size: 597 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 DoubleRespondError = Class.new JSONAPIonifyError InvalidCursor = Class.new JSONAPIonifyError MissingContentType = Class.new JSONAPIonifyError ReservedContextName = Class.new JSONAPIonifyError end end
Version data entries
22 entries across 22 versions & 1 rubygems