xref: /dokuwiki/inc/Remote/AccessDeniedException.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 AccessDeniedException
7*dd87735dSAndreas Gohr */
8*dd87735dSAndreas Gohrclass AccessDeniedException extends RemoteException
9*dd87735dSAndreas Gohr{
10*dd87735dSAndreas Gohr}
11