Selaa lähdekoodia

add forgotter file

Bastien Sevajol 7 vuotta sitten
vanhempi
commit
e1457ebe48
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      sandbox/engulf/exceptions.py

+ 6 - 0
sandbox/engulf/exceptions.py Näytä tiedosto

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