Sha256: 8dbe79092680b45c0994ea80df0a5e9fbeefdb6c40169cdabc0671fbf614d43a

Contents?: true

Size: 166 Bytes

Versions: 5

Compression:

Stored size: 166 Bytes

Contents

module Dry
  module Configurable
    Error = Class.new(::StandardError)
    AlreadyDefinedConfig = ::Class.new(Error)
    FrozenConfig = ::Class.new(Error)
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dry-configurable-0.9.0 lib/dry/configurable/error.rb
dry-configurable-0.8.3 lib/dry/configurable/error.rb
dry-configurable-0.8.2 lib/dry/configurable/error.rb
dry-configurable-0.8.1 lib/dry/configurable/error.rb
dry-configurable-0.8.0 lib/dry/configurable/error.rb