From 0012bb296e3c9a0970e7bd2307e16455fc497ef3 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Mon, 1 Feb 2016 20:11:46 +0900 Subject: [PATCH] Add basic exception class --- common/framework/exception.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/framework/exception.php diff --git a/common/framework/exception.php b/common/framework/exception.php new file mode 100644 index 000000000..7d61053a4 --- /dev/null +++ b/common/framework/exception.php @@ -0,0 +1,11 @@ +