errors
¶
Classes:
-
RESKitDeprecationError–Custom exception for deprecation errors.
RESKitDeprecationError
¶
Bases: Exception
Custom exception for deprecation errors.
Raises an error stating that the method is deprecated and suggests a commit to check out when function is needed for backward compatibility.
commit_hash : str The has to the commit with the last working version of the deprecated method.