Exception: ApprovalEngine::Error

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

Overview

Base class for every error the engine raises itself, so a host can rescue ApprovalEngine::Error to catch them all. (Step transitions still raise the Rails-idiomatic ActiveRecord::RecordInvalid.)