Exception: Woods::Unblocked::BudgetExhaustedError
- Defined in:
- lib/woods/unblocked/rate_limiter.rb
Overview
Raised when the daily API call budget is exhausted. Subclasses Woods::Error so existing rescue Woods::Error sites keep working; callers that need to branch on exhaustion rescue this class instead of matching the message string.