lib-af-s3storage/lib_afc_s3storage/afs3exception.py

7 lines
113 B
Python
Raw Permalink Normal View History

2023-12-03 01:40:04 +00:00
"""
AF S3 Custom exceptions
"""
class AFS3Error(Exception):
"""AFS3Error class. Custom Exception object."""