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