Kaynağa Gözat

add forgotter file

Bastien Sevajol 8 yıl önce
ebeveyn
işleme
e1457ebe48
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      sandbox/engulf/exceptions.py

+ 6 - 0
sandbox/engulf/exceptions.py Dosyayı Görüntüle

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