class Demiurge::Errors::TooManyNotificationLoopsError
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.
@since 0.0.1