1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-kodi.git synced 2025-02-15 08:35:44 +00:00
jellyfin-kodi/resources/lib/helper/exceptions.py

11 lines
256 B
Python
Raw Normal View History

2018-09-06 08:36:32 +00:00
# -*- coding: utf-8 -*-
#################################################################################################
class LibraryException(Exception):
# Emby library sync exception
def __init__(self, status):
self.status = status