exception data_classes.exceptions.zeroLenError

Bases: Exception

Exception raised for errors related to zero-length data or input.

This custom exception is used to indicate that an operation or function encountered data or input of zero length, which is not permissible for the operation to proceed correctly.

message

Explanation of the error.

Type:

str