Files
waybackpy/waybackpy/exceptions.py
2020-07-17 20:43:31 +05:30

7 lines
107 B
Python

# -*- coding: utf-8 -*-
class WaybackError(Exception):
"""
Raised when API Service error.
"""