waybackpy/waybackpy/exceptions.py
Akash 9860527d96
OOP (#10)
* Update wrapper.py

* Update exceptions.py

* Update __init__.py

* test adjusted for new changes

* Update wrapper.py
2020-07-17 20:50:00 +05:30

7 lines
107 B
Python

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