2016-05-25 14:14:59 -04:00
|
|
|
class InvalidConfiguration(Exception):
|
2016-05-28 18:25:21 -04:00
|
|
|
'''
|
|
|
|
The configuration is invalid (either config-file or cli-args)
|
|
|
|
'''
|
2016-05-08 15:32:37 -04:00
|
|
|
|
|
|
|
|
|
|
|
class InvalidLog(Exception):
|
2016-05-28 18:25:21 -04:00
|
|
|
'''
|
|
|
|
Something impossible appeared at the logs,
|
|
|
|
for example a disconnect before a connect
|
|
|
|
'''
|
2016-05-08 15:32:37 -04:00
|
|
|
pass
|