Home
last modified time | relevance | path

Searched refs:ExtendPageException (Results 1 – 4 of 4) sorted by relevance

/plugin/extendpage/
H A Daction.php10 use dokuwiki\plugin\extendpage\meta\ExtendPageException; alias
52 } catch (ExtendPageException $e) {
H A Dadmin.php45 } catch (ExtendPageException $e) {
85 } catch (ExtendPageException $e) {
/plugin/extendpage/helper/
H A Ddb.php9 use dokuwiki\plugin\extendpage\meta\ExtendPageException; alias
71 throw new ExtendPageException('no sqlite');
/plugin/extendpage/meta/
H A DExtendPageException.php10 class ExtendPageException extends \RuntimeException class