fix(dav): drop unwanted RemoteException class

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
skjnldsv
2024-07-16 08:29:44 +02:00
parent 68864ab394
commit 0e88e066e0
2 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ use Sabre\DAV\Server;
* Dummy exception class to be use locally to identify certain conditions
* Will not be logged to avoid DoS
*/
class RemoteException extends Exception {
class RemoteException extends \Exception {
}
/**