Insert new base exception for OpenSlides.
This commit is contained in:
parent
44ea7c835d
commit
b1f1eee13f
14
openslides/utils/exceptions.py
Normal file
14
openslides/utils/exceptions.py
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
"""
|
||||||
|
openslides.utils.exceptions
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Base Exception for OpenSlides.
|
||||||
|
|
||||||
|
:copyright: 2011, 2012 by OpenSlides team, see AUTHORS.
|
||||||
|
:license: GNU GPL, see LICENSE for more details.
|
||||||
|
"""
|
||||||
|
|
||||||
|
class OpenSlidesError(Exception):
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user