Exception: StandardLedger::UnhandledKind

Inherits:
Error
  • Object
show all
Defined in:
lib/standard_ledger/errors.rb

Overview

Raised at registration time when a ‘projects_onto` block declares an `on(:kind)` for a kind that the entry’s enum/set does not include, or when an entry is posted with a kind that no projection has registered a handler for. Use ‘permissive: true` on the projection to opt out.