Sha256: 4064f4d79b04795cea0744d78dffdeb1b2121a4077f0529b71cefc08393c76db

Contents?: true

Size: 542 Bytes

Versions: 2

Compression:

Stored size: 542 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
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jsonapionify-0.9.2 lib/jsonapionify/api/errors.rb
jsonapionify-0.9.1 lib/jsonapionify/api/errors.rb