AssertFailedHandler

class cee.AssertFailedHandler()

Interface for callback that is called when a code assert fails in the internal CEETRON Envision Web code

error will contain the error assert message and the call stack.

You can register to receive a callback with the setAssertFailedHandler function.