fix(dav): drop unwanted RemoteException class
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
+1
-1
@@ -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 {
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user