Sha256: aa46112de9edb975ec86337a6f18ab8b57bf898e4b8799e7937bb1808d04602c
Contents?: true
Size: 204 Bytes
Versions: 20
Compression:
Stored size: 204 Bytes
Contents
module Alephant module Broker class InvalidCacheKey < Exception def initialize super("Cache key not found based on component_id and options combination") end end end end
Version data entries
20 entries across 20 versions & 1 rubygems