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(message, source_keyname)
  super(message)
  @source_keyname = source_keyname
end