Sha256: aaf8c274d898205205a9ffed0dbecd21f03a5124948434466fb86331697b500a

Contents?: true

Size: 288 Bytes

Versions: 3

Compression:

Stored size: 288 Bytes

Contents

module Configurations
  # A configuration Error, raised when configuration gets misconfigured
  #
  ConfigurationError = Class.new(ArgumentError)

  # A reserved method error, raised when configurable is used with
  # reserved methods
  #
  ReservedMethodError = Class.new(NameError)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
configurations-2.2.2 lib/configurations/error.rb
configurations-2.2.1 lib/configurations/error.rb
configurations-2.2.0 lib/configurations/error.rb