Exception: Mistri::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mistri/errors.rb

Overview

Root of every error Mistri raises, so a host can rescue Mistri::Error.

Only failures the model cannot recover from raise: configuration, transport, budgets, aborts. A tool that fails during a run becomes an in-band tool result the model can react to, never an exception out of the loop.