Exception: Axn::MCP::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Axn::MCP::Error
- Includes:
- Error
- Defined in:
- lib/axn/mcp.rb
Overview
Base error for this gem, marked with core's Axn::Error boundary (PRO-2997) so a consumer's
rescue Axn::Error catches it alongside axn core's errors and the other adapter gems'.
Axn::Error is a marker module -- including it adds no ancestry. New gem errors subclass this.