sciris.sc_profiling.LimitExceeded#

exception LimitExceeded[source]#

Custom exception for use with the sc.resourcemonitor() monitor.

It inherits from MemoryError since this is the most similar built-in Python except, and it inherits from KeyboardInterrupt since this is the means by which the monitor interrupts the main Python thread.