ソースを参照

add forgotter file

Bastien Sevajol 7 年 前
コミット
e1457ebe48
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 6 0
      sandbox/engulf/exceptions.py

+ 6 - 0
sandbox/engulf/exceptions.py ファイルの表示

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