Exception: Axn::Webhooks::Error

Inherits:
StandardError
  • Object
show all
Includes:
Error
Defined in:
lib/axn/webhooks/errors.rb

Overview

Rooted in core's public-error boundary (PRO-2997). Axn::Error is a marker MODULE, not a base class — rescue matches it by is_a? — so the tag costs this hierarchy no ancestry: Error stays a plain StandardError, and a consuming app's rescue Axn::Error catches webhook errors alongside core's. The tag is inherited, so RetryLater below is covered automatically.

Direct Known Subclasses

InvalidTarget, RetryLater, UnparseableBody