Exception: SwissMatch::LoadError
- Inherits:
-
StandardError
- Object
- StandardError
- SwissMatch::LoadError
- Defined in:
- lib/swissmatch/loaderror.rb
Instance Attribute Summary (collapse)
-
- (Object) data
readonly
Returns the value of attribute data.
Instance Method Summary (collapse)
-
- (LoadError) initialize(message, data)
constructor
A new instance of LoadError.
Constructor Details
- (LoadError) initialize(message, data)
A new instance of LoadError
13 14 15 16 |
# File 'lib/swissmatch/loaderror.rb', line 13 def initialize(, data) super() @data = data end |
Instance Attribute Details
- (Object) data (readonly)
Returns the value of attribute data
11 12 13 |
# File 'lib/swissmatch/loaderror.rb', line 11 def data @data end |