Exception: Dropbox::ParseError
- Defined in:
- lib/dropbox/api.rb
Overview
Raised when the Dropbox API returns a response that was not understood.
Instance Attribute Summary
Attributes inherited from APIError
Instance Method Summary collapse
-
#to_s ⇒ Object
:nodoc:.
Methods inherited from APIError
Constructor Details
This class inherits a constructor from Dropbox::APIError
Instance Method Details
#to_s ⇒ Object
:nodoc:
521 522 523 |
# File 'lib/dropbox/api.rb', line 521 def to_s # :nodoc: "Invalid response received: #{request}" end |