1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-04-15 09:55:32 -04:00
TeamspeakStats/tsstats/exceptions.py
2016-06-07 17:42:53 +02:00

15 lines
296 B
Python

# -*- coding: utf-8 -*-
class InvalidConfiguration(Exception):
'''
The configuration is invalid (either config-file or cli-args)
'''
class InvalidLog(Exception):
'''
Something impossible appeared at the logs,
for example a disconnect before a connect
'''
pass