summaryrefslogtreecommitdiff
path: root/src/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/exception.cpp')
-rw-r--r--src/exception.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/exception.cpp b/src/exception.cpp
new file mode 100644
index 0000000..19591db
--- /dev/null
+++ b/src/exception.cpp
@@ -0,0 +1,17 @@
+/**
+ * Exception.cpp
+ * Implementation of Php Exceptions.
+ *
+ * @author Jasper van Eck <jasper.vaneck@copernica.com>
+ * @copyright 2013 Copernica BV
+ */
+
+#include "includes.h"
+
+/**
+ * Set up namespace
+ */
+namespace Php {
+
+
+}