apparun.exceptions#

Exceptions#

InvalidExpr

Exception raised when an expression is invalid.

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#