summaryrefslogtreecommitdiff
path: root/platform/www/inc/Remote/RemoteException.php
blob: 129a6c240c3698560ee07bfd4e4c5a846b006b0e (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace dokuwiki\Remote;

/**
 * Class RemoteException
 */
class RemoteException extends \Exception
{
}