mirror of
https://github.com/VladPolskiy/dokuwiki.git
synced 2025-07-25 15:59:39 +00:00
11 lines
130 B
PHP
11 lines
130 B
PHP
<?php
|
|
|
|
namespace dokuwiki\Remote;
|
|
|
|
/**
|
|
* Class AccessDeniedException
|
|
*/
|
|
class AccessDeniedException extends RemoteException
|
|
{
|
|
}
|