Sha256: 4fcc93431957d102c0814a26459d417a26a23af572324c955cb06e1f0af83a7c
Contents?: true
Size: 402 Bytes
Versions: 3
Compression:
Stored size: 402 Bytes
Contents
# frozen_string_literal: true # @api private # @since 0.1.0 class AnyCache # @since 0.1.0 Error = Class.new(StandardError) # @since 0.1.0 UnsupportedDriverError = Class.new(Error) # @since 0.3.1 NonexistentPatchError = Class.new(Error) # @since 0.5.0 AlreadyRegisteredPluginError = Class.new(StandardError) # @since 0.5.0 UnregisteredPluginError = Class.new(StandardError) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
any_cache-0.7.0 | lib/any_cache/error.rb |
any_cache-0.6.0 | lib/any_cache/error.rb |
any_cache-0.5.0 | lib/any_cache/error.rb |