summaryrefslogtreecommitdiff
path: root/src/exception.cpp
diff options
context:
space:
mode:
authorJasperVanEck <jaspergkurtz@gmail.com>2013-11-29 10:53:22 +0100
committerJasperVanEck <jaspergkurtz@gmail.com>2013-11-29 10:53:22 +0100
commitdf717775f6e484cd8901e01d5a355f1683fbeb64 (patch)
tree80efdd5c54fd79812c285019482956997bcb4379 /src/exception.cpp
parentf22a2c5f26eba8f4e907e8919c56b67038c95354 (diff)
Partial Exception implementation added, inherits from std::exception
Diffstat (limited to 'src/exception.cpp')
-rw-r--r--src/exception.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exception.cpp b/src/exception.cpp
index 19591db..f60f27c 100644
--- a/src/exception.cpp
+++ b/src/exception.cpp
@@ -14,4 +14,5 @@
namespace Php {
+
}