summaryrefslogtreecommitdiff
path: root/plugin.video.mediathekview/resources/lib/exceptions.py
blob: 53d7f141bfd62dffb940d03453c27c30b611a246 (plain)
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-
# Copyright 2017 Leo Moll
#

class DatabaseCorrupted( RuntimeError ):
	"""This exception is raised when the database throws errors during update"""

class DatabaseLost( RuntimeError ):
	"""This exception is raised when the connection to the database is lost during update"""