Exception: Lieutenant::Exception

Inherits:
StandardError
  • Object
show all
Defined in:
lib/lieutenant/exception.rb,
lib/lieutenant/exception/aggregate_not_found.rb,
lib/lieutenant/exception/concurrency_conflict.rb,
lib/lieutenant/exception/no_registered_handler.rb

Overview

Generic class to all Lieutenant exceptions. Anything is rescue-able with Lieutenant::Exception

Defined Under Namespace

Classes: AggregateNotFound, ConcurrencyConflict, NoRegisteredHandler