ExistingPropertyNameError

class petres.errors.ExistingPropertyNameError[source]

Bases: PropertyError

Indicate that a property name already exists.

Initialize the error and format the active message template.

default_message: str = "A property named '{property_name}' already exists. Choose a different name."