Sha256: 459db6978e1507d6bcc40096f9f9aff99fb429b6258a4048c414b7ff03e250f7
Contents?: true
Size: 237 Bytes
Versions: 3
Compression:
Stored size: 237 Bytes
Contents
# frozen_string_literal: true module Dry # Shared errors # # @api public module Configurable Error = Class.new(::StandardError) AlreadyIncludedError = Class.new(Error) FrozenConfigError = Class.new(Error) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dry-configurable-1.1.0 | lib/dry/configurable/errors.rb |
dry-configurable-1.0.1 | lib/dry/configurable/errors.rb |
dry-configurable-1.0.0 | lib/dry/configurable/errors.rb |