summaryrefslogtreecommitdiff
path: root/src/exception.cpp
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-06 17:58:39 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-06 17:58:39 +0100
commitfecab9b936f5985da254ca42976eeaf8dbcbea1d (patch)
treea1d2bd5fc59c646f89af9ce9de624a3386afe71d /src/exception.cpp
parent2bd3471192b1ebd8f3841368db4b0eaa5643bf55 (diff)
changes to documentation, removed empty exception.cpp implementation, fixed exception handling
Diffstat (limited to 'src/exception.cpp')
-rw-r--r--src/exception.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/exception.cpp b/src/exception.cpp
deleted file mode 100644
index fe62c5b..0000000
--- a/src/exception.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- * 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 {
-
-
-
-}