Exception: AtlasRb::Error
- Inherits:
-
StandardError
- Object
- StandardError
- AtlasRb::Error
- Defined in:
- lib/atlas_rb/errors.rb
Overview
Base error for atlas_rb. Subclassed for specific wire-level conditions
that callers want to handle distinctly. Most non-2xx responses still
flow through as Mashes today; we mint typed exceptions only where
callers genuinely need to discriminate (currently: optimistic-lock
conflicts that ActiveJob retry_on policies need to key on).