mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-05-10 06:05:35 -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)
|
|
'''
|