Exception: Trane::RoutingContractError

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

Overview

Raised when a route's contract: metadata is malformed (unknown key, missing/blank :operation) or when a route's declared operation has no matching entry in the registry. Fails loud at boot/draw time instead of deferring the mistake to request time.