7 lines
113 B
Python
7 lines
113 B
Python
|
|
"""
|
||
|
|
AF S3 Custom exceptions
|
||
|
|
"""
|
||
|
|
|
||
|
|
class AFS3Error(Exception):
|
||
|
|
"""AFS3Error class. Custom Exception object."""
|