Exception: GnipApi::Errors::Adapter::GnipSoftwareError
- Inherits:
-
StandardError
- Object
- StandardError
- GnipApi::Errors::Adapter::GnipSoftwareError
- Defined in:
- lib/gnip_api/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'Gnip Software Error') ⇒ GnipSoftwareError
constructor
A new instance of GnipSoftwareError.
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 |