Merging upstream version 0.12.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f45bc3d463
commit
8d2f70e3c7
77 changed files with 23610 additions and 2331 deletions
10
eos_downloader/exceptions/__init__.py
Normal file
10
eos_downloader/exceptions/__init__.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
# 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."""
|
Loading…
Add table
Add a link
Reference in a new issue