Add Horde_Url_Exception::
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 11 Aug 2010 22:33:46 +0000 (16:33 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 11 Aug 2010 22:40:30 +0000 (16:40 -0600)
framework/Url/lib/Horde/Url/Exception.php [new file with mode: 0644]
framework/Url/package.xml

diff --git a/framework/Url/lib/Horde/Url/Exception.php b/framework/Url/lib/Horde/Url/Exception.php
new file mode 100644 (file)
index 0000000..7516ff6
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+/**
+ * Exception handler for the horde/Url package.
+ *
+ * Copyright 2010 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file COPYING for license information (LGPL). If you
+ * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
+ *
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Url
+ */
+class Horde_Url_Exception extends Horde_Exception_Prior
+{
+}
index be20f57..27f1a2e 100644 (file)
@@ -29,7 +29,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <api>beta</api>
  </stability>
  <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
- <notes>* Add Horde_Url::redirect().
+ <notes>* Add Horde_Url_Exception::.
+ * Add Horde_Url::redirect().
  * Add Horde_Url::unique().
  * Add support for callback function for toString conversion.
  * Add support for URL anchors.
@@ -40,6 +41,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <dir name="/">
    <dir name="lib">
     <dir name="Horde">
+     <dir name="Url">
+      <file name="Exception.php" role="php" />
+     </dir> <!-- /lib/Horde/Url -->
      <file name="Url.php" role="php" />
     </dir> <!-- /lib/Horde -->
    </dir> <!-- /lib -->
@@ -57,6 +61,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
  </dependencies>
  <phprelease>
   <filelist>
+   <install name="lib/Horde/Url/Exception.php" as="Horde/Url/Exception.php" />
    <install name="lib/Horde/Url.php" as="Horde/Url.php" />
   </filelist>
  </phprelease>