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