1<?php
2
3namespace dokuwiki\Remote;
4
5/**
6 * Class RemoteException
7 */
8class RemoteException extends \Exception
9{
10}
11