mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-03-14 02:24:33 -04:00
7 lines
147 B
Python
7 lines
147 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
class InvalidConfiguration(Exception):
|
|
'''
|
|
The configuration is invalid (either config-file or cli-args)
|
|
'''
|