projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac4082
)
Add Chora_Exception
author
Chuck Hagenbuch
<chuck@horde.org>
Mon, 2 Aug 2010 00:03:44 +0000
(20:03 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Mon, 2 Aug 2010 00:03:44 +0000
(20:03 -0400)
chora/lib/Exception.php
[new file with mode: 0644]
patch
|
blob
diff --git a/chora/lib/Exception.php
b/chora/lib/Exception.php
new file mode 100644
(file)
index 0000000..
53399c7
--- /dev/null
+++ b/
chora/lib/Exception.php
@@ -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
+{
+}