DeprecatedFunctionError
deprecated()
Bases: Exception
Exception
Custom exception for deprecated functions.
Decorator to mark functions as deprecated. Raises an error if the ‘ACK_DEPRECATED’ environment variable is not set. Alerts the user to the replacement function if provided.