Exception: BookingSync::API::UnsupportedResponse
- Defined in:
- lib/bookingsync/api/error.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from BookingSync::API::Error
Instance Method Details
#message ⇒ Object
26 27 28 |
# File 'lib/bookingsync/api/error.rb', line 26 def super("Received unsupported response from BookingSync API") end |