Exception: AdsCommon::Errors::ApiException

Inherits:
Error
  • Object
show all
Defined in:
lib/ads_common/errors.rb

Overview

Superclass for API exceptions. Each client library should implement its own subclass with extra fields.

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ ApiException

Returns a new instance of ApiException.



110
111
112
# File 'lib/ads_common/errors.rb', line 110

def initialize(message = nil)
  super(message)
end