Exception: Source::GeneralError
- Inherits:
-
StandardError
- Object
- StandardError
- Source::GeneralError
- Defined in:
- lib/sources/source.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#source_keyname ⇒ Object
readonly
Returns the value of attribute source_keyname.
Instance Method Summary collapse
-
#initialize(message, source_keyname) ⇒ GeneralError
constructor
A new instance of GeneralError.
Constructor Details
#initialize(message, source_keyname) ⇒ GeneralError
Returns a new instance of GeneralError.
7 8 9 10 |
# File 'lib/sources/source.rb', line 7 def initialize(, source_keyname) super() @source_keyname = source_keyname end |
Instance Attribute Details
#source_keyname ⇒ Object (readonly)
Returns the value of attribute source_keyname.
6 7 8 |
# File 'lib/sources/source.rb', line 6 def source_keyname @source_keyname end |