projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83ac62c
)
Add missing Exception class
author
Ben Klang
<ben@alkaloid.net>
Wed, 3 Nov 2010 15:31:25 +0000
(11:31 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Wed, 3 Nov 2010 15:32:29 +0000
(11:32 -0400)
whups/lib/Exception.php
[new file with mode: 0644]
patch
|
blob
diff --git a/whups/lib/Exception.php
b/whups/lib/Exception.php
new file mode 100644
(file)
index 0000000..
1ba40c7
--- /dev/null
+++ b/
whups/lib/Exception.php
@@ -0,0
+1
@@
+<?php class Whups_Exception extends Horde_Exception {}