Exception: Singleplatform::Error::RequestError

Inherits:
Base
  • Object
show all
Defined in:
lib/singleplatform/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Unable to transmit HTTP request to SinglePlatform.") ⇒ RequestError

Returns a new instance of RequestError.



22
23
24
# File 'lib/singleplatform/error.rb', line 22

def initialize(msg = "Unable to transmit HTTP request to SinglePlatform.")
  super
end