almalinux-git-utils/almalinux/gitutils/errors.py

16 lines
232 B
Python
Raw Permalink Normal View History

"""AlmaLinux Git server utilities error classes"""
class ChecksumError(Exception):
"""File checksum mismatch exception"""
pass
class NetworkError(Exception):
"""Network error exception"""
pass