Exception: SalesforceApi::Errors::RuntimeError

Inherits:
ApiError
  • Object
show all
Defined in:
lib/salesforceapi-rest/errors.rb

Instance Attribute Summary

Attributes inherited from ApiError

#http_code

Instance Method Summary collapse

Constructor Details

#initialize(message, http_code) ⇒ RuntimeError

Returns a new instance of RuntimeError.



15
16
17
# File 'lib/salesforceapi-rest/errors.rb', line 15

def initialize(message, http_code)
  super(message, http_code)
end