class Singleplatform::Error::RequestError
Public Class Methods
new(msg = "Unable to transmit HTTP request to SinglePlatform.")
click to toggle source
Calls superclass method
Singleplatform::Error::Base::new
# File lib/singleplatform/error.rb, line 22 def initialize(msg = "Unable to transmit HTTP request to SinglePlatform.") super end