Kaynağa Gözat

Documentation for the lodel.editorial_model.exceptions module

Roland Haroutiounian 7 yıl önce
ebeveyn
işleme
03cd76ff69
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3
    0
      lodel/editorial_model/exceptions.py

+ 3
- 0
lodel/editorial_model/exceptions.py Dosyayı Görüntüle

@@ -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…
İptal
Kaydet