mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-03-12 17:44:32 -04:00
5 lines
145 B
Python
5 lines
145 B
Python
# -*- coding: utf-8 -*-
|
|
class InvalidConfiguration(Exception):
|
|
'''
|
|
The configuration is invalid (either config-file or cli-args)
|
|
'''
|