xref: /dokuwiki/inc/Remote/RemoteException.php (revision dd87735d917b53fa3e3ac66675834419ed24f832)
1*dd87735dSAndreas Gohr<?php
2*dd87735dSAndreas Gohr
3*dd87735dSAndreas Gohrnamespace dokuwiki\Remote;
4*dd87735dSAndreas Gohr
5*dd87735dSAndreas Gohr/**
6*dd87735dSAndreas Gohr * Class RemoteException
7*dd87735dSAndreas Gohr */
8*dd87735dSAndreas Gohrclass RemoteException extends \Exception
9*dd87735dSAndreas Gohr{
10*dd87735dSAndreas Gohr}
11