lib-afr-s3storage/lib_afr_s3storage/afs3exception.py

7 lines
113 B
Python
Raw Permalink Normal View History

2025-04-14 19:37:18 +00:00
"""
AF S3 Custom exceptions
"""
class AFS3Error(Exception):
"""AFS3Error class. Custom Exception object."""