Exception: RubyReactor::RateLimitRegistry::UnknownLimitError
- Inherits:
-
StandardError
- Object
- StandardError
- RubyReactor::RateLimitRegistry::UnknownLimitError
- Defined in:
- lib/ruby_reactor/rate_limit_registry.rb
Overview
Raised when a reactor references a rate-limit name that was never registered. This is a configuration error, so it propagates out of ‘execute` rather than being swallowed into a step failure result.