Exception: Zm::Client::RestError
- Inherits:
-
StandardError
- Object
- StandardError
- Zm::Client::RestError
- Defined in:
- lib/zm/client/connector/soap_error.rb
Instance Method Summary collapse
-
#initialize(restbody) ⇒ RestError
constructor
A new instance of RestError.
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 |