uds.utilities.custom_exceptions

Custom exception used within the project.

Module Contents

exception uds.utilities.custom_exceptions.ReassignmentError[source]

Bases: Exception

Inheritance diagram of uds.utilities.custom_exceptions.ReassignmentError

Attempt to set a new value of an attribute that cannot be changed after the initial value was already set.

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