SickGear/lib/imdbpie/exceptions.py
2023-02-09 13:41:15 +00:00

3 lines
64 B
Python

# -*- coding: utf-8 -*-
class ImdbAPIError(Exception):
pass