Parcourir la source

add forgotter file

Bastien Sevajol il y a 8 ans
Parent
révision
e1457ebe48
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      sandbox/engulf/exceptions.py

+ 6 - 0
sandbox/engulf/exceptions.py Voir le fichier

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