curver.kernel.error module

A module for the various different errors that can be raised.

exception curver.kernel.error.AbortError(message=None)[source]

Bases: exceptions.Exception

An exception for aborting computations with.

This is thrown by clicking ‘cancel’ on a progress box.

exception curver.kernel.error.AssumptionError(message=None)[source]

Bases: exceptions.Exception

An exception for when an assumption is false.