--- /dev/null
+<?php
+/**
+ * Exception thrown if any access without sufficient permissions occured.
+ *
+ * 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.
+ *
+ * @category Horde
+ * @package Horde_Exception
+ */
+class Horde_Exception_PermissionDenied extends Horde_Exception
+{
+}
\ No newline at end of file
<dir name="/">
<dir name="lib">
<dir name="Horde">
+ <dir name="Exception">
+ <file name="PermissionDenied.php" role="php" />
+ </dir> <!-- /lib/Exception -->
<file name="Exception.php" role="php" />
</dir> <!-- /lib/Horde -->
</dir> <!-- /lib -->
<phprelease>
<filelist>
<install name="lib/Horde/Exception.php" as="Horde/Exception.php" />
+ <install name="lib/Horde/Exception/PermissionDenied.php" as="Horde/Exception/PermissionDenied.php" />
</filelist>
</phprelease>
<changelog/>