diff options
Diffstat (limited to 'inc/Remote/RemoteException.php')
-rw-r--r-- | inc/Remote/RemoteException.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/inc/Remote/RemoteException.php b/inc/Remote/RemoteException.php new file mode 100644 index 000000000..129a6c240 --- /dev/null +++ b/inc/Remote/RemoteException.php @@ -0,0 +1,10 @@ +<?php + +namespace dokuwiki\Remote; + +/** + * Class RemoteException + */ +class RemoteException extends \Exception +{ +} |