Method: Source::GeneralError#initialize
- Defined in:
- lib/sources/source.rb
#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 |