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