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