Exception: Starapi::SoapServiceFacade::SoapError
- Inherits:
-
StandardError
- Object
- StandardError
- Starapi::SoapServiceFacade::SoapError
- Defined in:
- lib/starapi/soap_service_facade/soap_error.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ SoapError
constructor
A new instance of SoapError.
Constructor Details
#initialize(message) ⇒ SoapError
Returns a new instance of SoapError.
4 5 6 |
# File 'lib/starapi/soap_service_facade/soap_error.rb', line 4 def initialize() super() end |