aboutsummaryrefslogtreecommitdiff
path: root/lib/exceptions/resources
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exceptions/resources')
-rw-r--r--lib/exceptions/resources/GlobalResourceLockException.php (renamed from lib/exceptions/resources/GlobalResourceLockException.class.php)2
-rw-r--r--lib/exceptions/resources/GlobalResourceLockOverlapException.php (renamed from lib/exceptions/resources/GlobalResourceLockOverlapException.class.php)2
-rw-r--r--lib/exceptions/resources/InvalidResourceCategoryException.php (renamed from lib/exceptions/resources/InvalidResourceCategoryException.class.php)2
-rw-r--r--lib/exceptions/resources/InvalidResourceClassException.php (renamed from lib/exceptions/resources/InvalidResourceClassException.class.php)2
-rw-r--r--lib/exceptions/resources/InvalidResourceException.php (renamed from lib/exceptions/resources/InvalidResourceException.class.php)2
-rw-r--r--lib/exceptions/resources/InvalidResourceRequestException.php (renamed from lib/exceptions/resources/InvalidResourceRequestException.class.php)2
-rw-r--r--lib/exceptions/resources/NoResourceClassException.php (renamed from lib/exceptions/resources/NoResourceClassException.class.php)0
-rw-r--r--lib/exceptions/resources/ResourceBookingException.php (renamed from lib/exceptions/resources/ResourceBookingException.class.php)2
-rw-r--r--lib/exceptions/resources/ResourceBookingOverlapException.php (renamed from lib/exceptions/resources/ResourceBookingOverlapException.class.php)2
-rw-r--r--lib/exceptions/resources/ResourceBookingRangeException.php (renamed from lib/exceptions/resources/ResourceBookingRangeException.class.php)2
-rw-r--r--lib/exceptions/resources/ResourceException.php (renamed from lib/exceptions/resources/ResourceException.class.php)2
-rw-r--r--lib/exceptions/resources/ResourceNoTimeRangeException.php (renamed from lib/exceptions/resources/ResourceNoTimeRangeException.class.php)2
-rw-r--r--lib/exceptions/resources/ResourcePermissionException.php (renamed from lib/exceptions/resources/ResourcePermissionException.class.php)2
-rw-r--r--lib/exceptions/resources/ResourcePropertyDefinitionException.php (renamed from lib/exceptions/resources/ResourcePropertyDefinitionException.class.php)2
-rw-r--r--lib/exceptions/resources/ResourcePropertyException.php (renamed from lib/exceptions/resources/ResourcePropertyException.class.php)2
-rw-r--r--lib/exceptions/resources/ResourcePropertyStateException.php (renamed from lib/exceptions/resources/ResourcePropertyStateException.class.php)2
-rw-r--r--lib/exceptions/resources/ResourceRequestException.php (renamed from lib/exceptions/resources/ResourceRequestException.class.php)2
-rw-r--r--lib/exceptions/resources/ResourceUnavailableException.php (renamed from lib/exceptions/resources/ResourceUnavailableException.class.php)2
-rw-r--r--lib/exceptions/resources/ResourceUnlockableException.php (renamed from lib/exceptions/resources/ResourceUnlockableException.class.php)2
-rw-r--r--lib/exceptions/resources/SeparableRoomException.php (renamed from lib/exceptions/resources/SeparableRoomException.class.php)2
20 files changed, 19 insertions, 19 deletions
diff --git a/lib/exceptions/resources/GlobalResourceLockException.class.php b/lib/exceptions/resources/GlobalResourceLockException.php
index 165843f..d12c2d8 100644
--- a/lib/exceptions/resources/GlobalResourceLockException.class.php
+++ b/lib/exceptions/resources/GlobalResourceLockException.php
@@ -1,7 +1,7 @@
<?php
/**
- * GlobalResourceLockException.class.php
+ * GlobalResourceLockException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/GlobalResourceLockOverlapException.class.php b/lib/exceptions/resources/GlobalResourceLockOverlapException.php
index 6b05cf5..b73a897 100644
--- a/lib/exceptions/resources/GlobalResourceLockOverlapException.class.php
+++ b/lib/exceptions/resources/GlobalResourceLockOverlapException.php
@@ -1,7 +1,7 @@
<?php
/**
- * GlobalResourceLockOverlapException.class.php
+ * GlobalResourceLockOverlapException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/InvalidResourceCategoryException.class.php b/lib/exceptions/resources/InvalidResourceCategoryException.php
index df4d36c..f2b1fe9 100644
--- a/lib/exceptions/resources/InvalidResourceCategoryException.class.php
+++ b/lib/exceptions/resources/InvalidResourceCategoryException.php
@@ -1,7 +1,7 @@
<?php
/**
- * InvalidResourceCategoryException.class.php
+ * InvalidResourceCategoryException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/InvalidResourceClassException.class.php b/lib/exceptions/resources/InvalidResourceClassException.php
index 8420a83..2c1f033 100644
--- a/lib/exceptions/resources/InvalidResourceClassException.class.php
+++ b/lib/exceptions/resources/InvalidResourceClassException.php
@@ -1,7 +1,7 @@
<?php
/**
- * InvalidResourceClassException.class.php
+ * InvalidResourceClassException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/InvalidResourceException.class.php b/lib/exceptions/resources/InvalidResourceException.php
index e9850b8..de61d24 100644
--- a/lib/exceptions/resources/InvalidResourceException.class.php
+++ b/lib/exceptions/resources/InvalidResourceException.php
@@ -1,7 +1,7 @@
<?php
/**
- * InvalidResourceException.class.php
+ * InvalidResourceException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/InvalidResourceRequestException.class.php b/lib/exceptions/resources/InvalidResourceRequestException.php
index 8ec9dab..8ee48b3 100644
--- a/lib/exceptions/resources/InvalidResourceRequestException.class.php
+++ b/lib/exceptions/resources/InvalidResourceRequestException.php
@@ -1,7 +1,7 @@
<?php
/**
- * InvalidResourceRequestException.class.php
+ * InvalidResourceRequestException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/NoResourceClassException.class.php b/lib/exceptions/resources/NoResourceClassException.php
index 74e68fd..74e68fd 100644
--- a/lib/exceptions/resources/NoResourceClassException.class.php
+++ b/lib/exceptions/resources/NoResourceClassException.php
diff --git a/lib/exceptions/resources/ResourceBookingException.class.php b/lib/exceptions/resources/ResourceBookingException.php
index c1db11c..3dcf483 100644
--- a/lib/exceptions/resources/ResourceBookingException.class.php
+++ b/lib/exceptions/resources/ResourceBookingException.php
@@ -1,7 +1,7 @@
<?php
/**
- * ResourceBookingException.class.php
+ * ResourceBookingException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/ResourceBookingOverlapException.class.php b/lib/exceptions/resources/ResourceBookingOverlapException.php
index f59cc39..697cfc5 100644
--- a/lib/exceptions/resources/ResourceBookingOverlapException.class.php
+++ b/lib/exceptions/resources/ResourceBookingOverlapException.php
@@ -1,7 +1,7 @@
<?php
/**
- * ResourceBookingOverlapException.class.php
+ * ResourceBookingOverlapException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/ResourceBookingRangeException.class.php b/lib/exceptions/resources/ResourceBookingRangeException.php
index 50e7144..48e04a2 100644
--- a/lib/exceptions/resources/ResourceBookingRangeException.class.php
+++ b/lib/exceptions/resources/ResourceBookingRangeException.php
@@ -1,7 +1,7 @@
<?php
/**
- * ResourceBookingRangeException.class.php
+ * ResourceBookingRangeException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/ResourceException.class.php b/lib/exceptions/resources/ResourceException.php
index 686cc33..3f7a5ad 100644
--- a/lib/exceptions/resources/ResourceException.class.php
+++ b/lib/exceptions/resources/ResourceException.php
@@ -1,7 +1,7 @@
<?php
/**
- * ResourceException.class.php
+ * ResourceException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/ResourceNoTimeRangeException.class.php b/lib/exceptions/resources/ResourceNoTimeRangeException.php
index 891b583..f1c5f2c 100644
--- a/lib/exceptions/resources/ResourceNoTimeRangeException.class.php
+++ b/lib/exceptions/resources/ResourceNoTimeRangeException.php
@@ -1,7 +1,7 @@
<?php
/**
- * ResourceNoTimeRangeException.class.php
+ * ResourceNoTimeRangeException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/ResourcePermissionException.class.php b/lib/exceptions/resources/ResourcePermissionException.php
index 3a0c919..add7385 100644
--- a/lib/exceptions/resources/ResourcePermissionException.class.php
+++ b/lib/exceptions/resources/ResourcePermissionException.php
@@ -1,7 +1,7 @@
<?php
/**
- * ResourcePermissionException.class.php
+ * ResourcePermissionException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/ResourcePropertyDefinitionException.class.php b/lib/exceptions/resources/ResourcePropertyDefinitionException.php
index 963ca64..5b96dd9 100644
--- a/lib/exceptions/resources/ResourcePropertyDefinitionException.class.php
+++ b/lib/exceptions/resources/ResourcePropertyDefinitionException.php
@@ -1,7 +1,7 @@
<?php
/**
- * ResourcePropertyDefinitionException.class.php
+ * ResourcePropertyDefinitionException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/ResourcePropertyException.class.php b/lib/exceptions/resources/ResourcePropertyException.php
index 83f871f..917c3b0 100644
--- a/lib/exceptions/resources/ResourcePropertyException.class.php
+++ b/lib/exceptions/resources/ResourcePropertyException.php
@@ -1,7 +1,7 @@
<?php
/**
- * ResourcePropertyException.class.php
+ * ResourcePropertyException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/ResourcePropertyStateException.class.php b/lib/exceptions/resources/ResourcePropertyStateException.php
index 1880265..b93d6da 100644
--- a/lib/exceptions/resources/ResourcePropertyStateException.class.php
+++ b/lib/exceptions/resources/ResourcePropertyStateException.php
@@ -1,7 +1,7 @@
<?php
/**
- * ResourcePropertyStateException.class.php
+ * ResourcePropertyStateException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/ResourceRequestException.class.php b/lib/exceptions/resources/ResourceRequestException.php
index 1e8d071..ffd238c 100644
--- a/lib/exceptions/resources/ResourceRequestException.class.php
+++ b/lib/exceptions/resources/ResourceRequestException.php
@@ -1,7 +1,7 @@
<?php
/**
- * ResourceRequestException.class.php
+ * ResourceRequestException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/ResourceUnavailableException.class.php b/lib/exceptions/resources/ResourceUnavailableException.php
index b335d14..86f33c7 100644
--- a/lib/exceptions/resources/ResourceUnavailableException.class.php
+++ b/lib/exceptions/resources/ResourceUnavailableException.php
@@ -1,7 +1,7 @@
<?php
/**
- * ResourceUnavailableException.class.php
+ * ResourceUnavailableException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/ResourceUnlockableException.class.php b/lib/exceptions/resources/ResourceUnlockableException.php
index 11bc92b..968729f 100644
--- a/lib/exceptions/resources/ResourceUnlockableException.class.php
+++ b/lib/exceptions/resources/ResourceUnlockableException.php
@@ -1,7 +1,7 @@
<?php
/**
- * ResourceUnlockableException.class.php
+ * ResourceUnlockableException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/lib/exceptions/resources/SeparableRoomException.class.php b/lib/exceptions/resources/SeparableRoomException.php
index 78c9912..91a8c10 100644
--- a/lib/exceptions/resources/SeparableRoomException.class.php
+++ b/lib/exceptions/resources/SeparableRoomException.php
@@ -1,7 +1,7 @@
<?php
/**
- * SeparableRoomException.class.php
+ * SeparableRoomException.php
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as