1
0
Fork 0
eos-downloader/eos_downloader/exceptions/__init__.py
Daniel Baumann 8d2f70e3c7
Merging upstream version 0.12.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-10 06:39:52 +01:00

10 lines
265 B
Python

# coding: utf-8 -*-
"""Exceptions module for eos_downloader package."""
class AuthenticationError(Exception):
"""Erxception when authentication fails."""
class AristaServerError(Exception):
"""Exception returned when an error occured on server side."""