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