Sha256: f8f6f906a9d29be517631707f5127adf4bf2459c9b8764e211b22d6cf8bbf3ce
Contents?: true
Size: 201 Bytes
Versions: 39
Compression:
Stored size: 201 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
39 entries across 39 versions & 1 rubygems