1
0
Fork 0
eos-downloader/eos_downloader/exceptions/__init__.py

11 lines
265 B
Python
Raw Normal View History

# 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."""