class GnipApi::Errors::Adapter::GnipSoftwareError
Public Class Methods
new(msg='Gnip Software Error')
click to toggle source
# File lib/gnip_api/errors.rb, line 27 def initialize msg='Gnip Software Error' @message = msg end