Bastien Sevajol 8 лет назад
Родитель
Сommit
e1457ebe48
1 измененных файлов: 6 добавлений и 0 удалений
  1. 6 0
      sandbox/engulf/exceptions.py

+ 6 - 0
sandbox/engulf/exceptions.py Просмотреть файл

@@ -0,0 +1,6 @@
1
+# coding: utf-8
2
+from synergine2.xyz import XYZException
3
+
4
+
5
+class NotFoundWhereToGo(XYZException):
6
+    pass