summaryrefslogtreecommitdiff
path: root/platform/www/inc/Remote/RemoteException.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/inc/Remote/RemoteException.php')
-rw-r--r--platform/www/inc/Remote/RemoteException.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/www/inc/Remote/RemoteException.php b/platform/www/inc/Remote/RemoteException.php
new file mode 100644
index 0000000..129a6c2
--- /dev/null
+++ b/platform/www/inc/Remote/RemoteException.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace dokuwiki\Remote;
+
+/**
+ * Class RemoteException
+ */
+class RemoteException extends \Exception
+{
+}