Add missing Exception class
authorBen Klang <ben@alkaloid.net>
Wed, 3 Nov 2010 15:31:25 +0000 (11:31 -0400)
committerBen Klang <ben@alkaloid.net>
Wed, 3 Nov 2010 15:32:29 +0000 (11:32 -0400)
whups/lib/Exception.php [new file with mode: 0644]

diff --git a/whups/lib/Exception.php b/whups/lib/Exception.php
new file mode 100644 (file)
index 0000000..1ba40c7
--- /dev/null
@@ -0,0 +1 @@
+<?php class Whups_Exception extends Horde_Exception {}