initial checkin
[m6w6/seekat] / lib / Exception.php
diff --git a/lib/Exception.php b/lib/Exception.php
new file mode 100644 (file)
index 0000000..27c7d53
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+
+namespace seekat;
+
+interface Exception
+{
+}