Переглянути джерело

Documentation for the lodel.editorial_model.exceptions module

Roland Haroutiounian 7 роки тому
джерело
коміт
03cd76ff69
1 змінених файлів з 3 додано та 0 видалено
  1. 3
    0
      lodel/editorial_model/exceptions.py

+ 3
- 0
lodel/editorial_model/exceptions.py Переглянути файл

@@ -4,10 +4,13 @@
4 4
 # This module contains the specific exceptions related to the EditorialModel Management.
5 5
 
6 6
 
7
+## @brief Raises an Editorial Model specific exception.
7 8
 class EditorialModelError(Exception):
8 9
     pass
9 10
 
10 11
 
12
+## @brief Tries to import the settings module.
13
+# @raise EditorialModelError
11 14
 def assert_edit():
12 15
     try:
13 16
         from lodel import Settings

Loading…
Відмінити
Зберегти