Sha256: c7dac5c70cf6255691707294c626cc6df3d94a52fa99fd606aa7d1bbb33969da
Contents?: true
Size: 167 Bytes
Versions: 46
Compression:
Stored size: 167 Bytes
Contents
module Scimitar class NotFoundError < ErrorResponse def initialize(id) super(status: 404, detail: "Resource #{id.inspect} not found") end end end
Version data entries
46 entries across 46 versions & 2 rubygems