Sha256: e4e7c108ee33c85607ac83fec9ba4d5de98dd3a1e3cc04596bf1cd40ef6aa0b3
Contents?: true
Size: 183 Bytes
Versions: 10
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true module JSONAPI module Exceptions # Error to raise when error found while parsing json class JSONParseError < StandardError end end end
Version data entries
10 entries across 10 versions & 1 rubygems