Exception: Hatchet::ResourceExhaustedError
- Defined in:
- lib/hatchet/exceptions.rb
Overview
Raised when the tenant has exceeded its resource limits (e.g. task run quota)
Instance Method Summary collapse
-
#initialize(message = "Resource exhausted: tenant has reached its task runs limit") ⇒ ResourceExhaustedError
constructor
A new instance of ResourceExhaustedError.
Constructor Details
#initialize(message = "Resource exhausted: tenant has reached its task runs limit") ⇒ ResourceExhaustedError
Returns a new instance of ResourceExhaustedError.
15 16 17 |
# File 'lib/hatchet/exceptions.rb', line 15 def initialize( = "Resource exhausted: tenant has reached its task runs limit") super end |