Exception: VistarClient::Error
- Inherits:
-
StandardError
- Object
- StandardError
- VistarClient::Error
- Defined in:
- lib/vistar_client/error.rb,
lib/vistar_client.rb
Overview
Base error class for all VistarClient gem errors.
All custom errors in this gem inherit from this class, allowing you to rescue all gem-specific errors with a single rescue clause.