Add Kronolith_Exception.
authorJan Schneider <jan@horde.org>
Fri, 18 Dec 2009 14:41:29 +0000 (15:41 +0100)
committerJan Schneider <jan@horde.org>
Fri, 18 Dec 2009 14:41:29 +0000 (15:41 +0100)
kronolith/lib/Exception.php [new file with mode: 0644]

diff --git a/kronolith/lib/Exception.php b/kronolith/lib/Exception.php
new file mode 100644 (file)
index 0000000..97f11c1
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+/**
+ * Base exception class for Kronolith.
+ *
+ * Copyright 2009 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file COPYING for license information (GPL). If you
+ * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
+ *
+ * @author  Jan Schneider <jan@horde.org>
+ * @package Kronolith
+ */
+class Kronolith_Exception extends Horde_Exception
+{
+}