Update exceptions.py

This commit is contained in:
Akash Mahanty
2020-10-16 20:48:30 +05:30
committed by GitHub
parent 099bef47e7
commit 92354e878d

View File

@@ -2,5 +2,5 @@
class WaybackError(Exception): class WaybackError(Exception):
""" """
Raised when API Service error. Raised when Wayback Machine API Service is unreachable/down.
""" """