gsbvisite/projet/doku/inc/Remote/RemoteException.php
2022-03-31 10:44:01 +02:00

11 lines
113 B
PHP

<?php
namespace dokuwiki\Remote;
/**
* Class RemoteException
*/
class RemoteException extends \Exception
{
}