Exception: GnipApi::Errors::Adapter::GnipSoftwareError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Gnip Software Error') ⇒ GnipSoftwareError

Returns a new instance of GnipSoftwareError.



27
28
29
# File 'lib/gnip_api/errors.rb', line 27

def initialize msg='Gnip Software Error'
  @message = msg
end