dockerwiki/content/inc/Remote/RemoteException.php

11 lines
113 B
PHP
Raw Permalink Normal View History

2021-10-26 13:02:53 +02:00
<?php
namespace dokuwiki\Remote;
/**
* Class RemoteException
*/
class RemoteException extends \Exception
{
}