Sha256: 7da065af1406e7f33381642896efa0e905013399a0354e4532f8519afc2ccbbf

Contents?: true

Size: 230 Bytes

Versions: 9

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

module Dry
  # Shared errors
  #
  # @api public
  module Configurable
    Error = Class.new(::StandardError)
    AlreadyIncluded = ::Class.new(Error)
    FrozenConfig = ::Class.new(Error)
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
dry-configurable-0.16.1 lib/dry/configurable/errors.rb
dry-configurable-0.16.0 lib/dry/configurable/errors.rb
dry-configurable-0.15.0 lib/dry/configurable/errors.rb
dry-configurable-0.14.0 lib/dry/configurable/errors.rb
dry-configurable-0.13.0 lib/dry/configurable/errors.rb
dry-configurable-0.12.1 lib/dry/configurable/errors.rb
dry-configurable-0.12.0 lib/dry/configurable/errors.rb
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/dry-configurable-0.11.6/lib/dry/configurable/errors.rb
dry-configurable-0.11.6 lib/dry/configurable/errors.rb