Exception: Zaala::API::UnsupportedServiceEndpoint
- Inherits:
-
StandardError
- Object
- StandardError
- Zaala::API::UnsupportedServiceEndpoint
- Defined in:
- lib/zaala/api/error.rb
Instance Method Summary collapse
-
#initialize(op) ⇒ UnsupportedServiceEndpoint
constructor
A new instance of UnsupportedServiceEndpoint.
Constructor Details
#initialize(op) ⇒ UnsupportedServiceEndpoint
Returns a new instance of UnsupportedServiceEndpoint.
29 30 31 |
# File 'lib/zaala/api/error.rb', line 29 def initialize(op) super("unsupported \"#{op}\" operation. Is it the correct WSDL file? This client supports KarApiV50.") end |