1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-04-29 00:35:30 -04:00
TeamspeakStats/tsstats/exceptions.py
2018-02-01 20:49:23 +01:00

5 lines
145 B
Python

# -*- coding: utf-8 -*-
class InvalidConfiguration(Exception):
'''
The configuration is invalid (either config-file or cli-args)
'''