Add Chora_Exception
authorChuck Hagenbuch <chuck@horde.org>
Mon, 2 Aug 2010 00:03:44 +0000 (20:03 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 2 Aug 2010 00:03:44 +0000 (20:03 -0400)
chora/lib/Exception.php [new file with mode: 0644]

diff --git a/chora/lib/Exception.php b/chora/lib/Exception.php
new file mode 100644 (file)
index 0000000..53399c7
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+/**
+ * Copyright 2000-2010 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  Chuck Hagenbuch <chuck@horde.org>
+ * @package Chora
+ */
+class Chora_Exception extends Horde_Exception
+{
+}