Sha256: 1df14933e845347fd1807b877b1da9e962e39d5087b2b9664a43755859de0530
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
# A collection of micro-libraries, each intended to encapsulate # a common task in Ruby module Dry module Configurable Error = Class.new(::StandardError) AlreadyDefinedConfig = ::Class.new(Error) FrozenConfig = ::Class.new(Error) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry-configurable-0.7.0 | lib/dry/configurable/error.rb |