jellyfin-kodi/resources/lib/helper/exceptions.py
2018-09-06 03:36:32 -05:00

10 lines
256 B
Python

# -*- coding: utf-8 -*-
#################################################################################################
class LibraryException(Exception):
# Emby library sync exception
def __init__(self, status):
self.status = status