0752d476e4
* Remove headers * Changed lineendings to linux style in AUTHORS and CHANGELOG
12 lines
174 B
Python
12 lines
174 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from openslides.utils.exceptions import OpenSlidesError
|
|
|
|
|
|
class ConfigError(OpenSlidesError):
|
|
pass
|
|
|
|
|
|
class ConfigNotFound(ConfigError):
|
|
pass
|