From 8c0fec43eee286b190de274b9be7094c2160b53d Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Tue, 3 Mar 2009 21:21:51 +0000
Subject: [PATCH] Add object missing exception and fix property access.
---
.../lib/Horde/Kolab/Server/ObjectMissing.php | 30 ++++++++++++++++++++++
.../Kolab_Server/lib/Horde/Kolab/Server/file.php | 2 +-
2 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/ObjectMissing.php
diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/ObjectMissing.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/ObjectMissing.php
new file mode 100644
index 000000000..c0c2e6de1
--- /dev/null
+++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/ObjectMissing.php
@@ -0,0 +1,30 @@
+
+ * @license http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @link http://pear.horde.org/index.php?package=Kolab_Server
+ */
+
+/**
+ * This class provides an exception that indicates a non-existing object.
+ *
+ * Copyright 2009 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 Kolab
+ * @package Kolab_Server
+ * @author Gunnar Wrobel