Exception: Woods::Unblocked::BudgetExhaustedError

Inherits:
Error
  • Object
show all
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.