Explorar el Código

add forgotter file

Bastien Sevajol hace 8 años
padre
commit
e1457ebe48
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      sandbox/engulf/exceptions.py

+ 6 - 0
sandbox/engulf/exceptions.py Ver fichero

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