Exception: Demiurge::Errors::TooManyNotificationLoopsError
- Inherits:
-
BadScriptError
- Object
- RuntimeError
- Exception
- BadScriptError
- Demiurge::Errors::TooManyNotificationLoopsError
- Defined in:
- lib/demiurge/exception.rb
Overview
This occurs if notifications queue other, new notifications too many times in the same tick. The exception exists to prevent infinite loops of queued notifications. If your script wants to queue lots of notifications, consider queueing them after the tick has finished, perhaps on a later tick.
Instance Attribute Summary
Attributes inherited from Exception
Method Summary
Methods inherited from Exception
#backtrace_chain, #formatted, #initialize, #jsonable
Constructor Details
This class inherits a constructor from Demiurge::Errors::Exception