Exception: Configr::ConfigrError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/configr/errors.rb

Direct Known Subclasses

ConfigurationLocked

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ ConfigrError

Returns a new instance of ConfigrError.



5
6
7
8
# File 'lib/configr/errors.rb', line 5

def initialize(data)
  self.data = data
  super
end

Instance Attribute Details

#dataObject

Returns the value of attribute data.



3
4
5
# File 'lib/configr/errors.rb', line 3

def data
  @data
end