SickGear/lib/imdbpie/exceptions.py

4 lines
64 B
Python
Raw Normal View History

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