almalinux-git-utils/almalinux/gitutils/errors.py
Eugene Zamriy 804cca076e
0.0.1 version
- added alma_get_sources tool
  - added tests for common functions
  - added setup.py and the project uploaded to PyPi
2021-08-25 17:10:58 +03:00

16 lines
232 B
Python

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