apparun.exceptions#

Exceptions#

InvalidExpr

Exception raised when an expression is invalid.

InvalidFileError

Exception raised when the number of normalisation impact

Module Contents#

exception apparun.exceptions.InvalidExpr(type: str, expr: str, ctx=None)#

Bases: Exception

Exception raised when an expression is invalid.

Initialize self. See help(type(self)) for accurate signature.

ctx#
expr#
type#
exception apparun.exceptions.InvalidFileError(file: str)#

Bases: Exception

Exception raised when the number of normalisation impact categories is not equal to impact model impact categories.

Initialize self. See help(type(self)) for accurate signature.

file#