class GnipApi::Errors::Adapter::GnipSoftwareError

  1. lib/gnip_api/errors.rb
Superclass: StandardError

Methods

Public Class

  1. new

Public Class methods

new (msg='Gnip Software Error')
[show source]
# File lib/gnip_api/errors.rb, line 26
def initialize msg='Gnip Software Error'
  @message = msg
end