Browse Source

add forgotter file

Bastien Sevajol 8 years ago
parent
commit
e1457ebe48
1 changed files with 6 additions and 0 deletions
  1. 6 0
      sandbox/engulf/exceptions.py

+ 6 - 0
sandbox/engulf/exceptions.py View File

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