Exception: Zm::Client::RestError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zm/client/connector/soap_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(restbody) ⇒ RestError

Returns a new instance of RestError.



21
22
23
# File 'lib/zm/client/connector/soap_error.rb', line 21

def initialize(restbody)
  super(restbody)
end