Exception: Zaala::API::UnsupportedServiceEndpoint

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zaala/api/error.rb

Instance Method Summary collapse

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