9860527d96
* Update wrapper.py * Update exceptions.py * Update __init__.py * test adjusted for new changes * Update wrapper.py
7 lines
107 B
Python
7 lines
107 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
class WaybackError(Exception):
|
|
"""
|
|
Raised when API Service error.
|
|
"""
|