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