7 lines
107 B
Python
7 lines
107 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
class WaybackError(Exception):
|
|
"""
|
|
Raised when API Service error.
|
|
"""
|