Skip to content

VariableExistsError

Bases: Exception

Raised when trying to create a variable with a name that already exists.

Variable names must be unique within an Environment. Attempting to redefine a variable with the same name will raise this exception.

__str__

__str__() -> str