limit_function_call_exceptions Module

Exceptions thrown by limit function call implementations.

Adapted from https://github.com/sfalkner/pynisher

Classes

CpuTimeoutException

Exception to raise when the cpu time exceeded.

Constructor.

SubprocessException

Exception to raise when subprocess terminated.

Constructor.

TimeoutException

Exception to raise when the total execution time exceeded.

Constructor.