xref: /dokuwiki/inc/Remote/RemoteException.php (revision 13768096367972b31e99af1cba37c830252a39af)
1<?php
2
3namespace dokuwiki\Remote;
4
5/**
6 * Class RemoteException
7 */
8class RemoteException extends \Exception
9{
10}
11