Exception: Servus::Events::OrphanedHandlerError

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

Overview

Raised when an event handler subscribes to an event that no service emits.

This helps catch typos in event names and orphaned handlers.