Sfoglia il codice sorgente

add forgotter file

Bastien Sevajol 8 anni fa
parent
commit
e1457ebe48
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      sandbox/engulf/exceptions.py

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

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