Home
last modified time | relevance | path

Searched refs:showExceptionMsg (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/
H A DErrorHandler.php90 public static function showExceptionMsg($e, $intro = 'Error!') function in dokuwiki\\ErrorHandler
H A Dload.php181 ErrorHandler::showExceptionMsg($e, "Error loading plugin $plugin");
207 ErrorHandler::showExceptionMsg($e, "Error loading template $template");
260 ErrorHandler::showExceptionMsg($e, "Error loading plugin {$m[2]}");
/dokuwiki/inc/Extension/
H A DPluginController.php132 ErrorHandler::showExceptionMsg($e, sprintf('Failed to load plugin %s', $plugin));
410 ErrorHandler::showExceptionMsg($e, sprintf('Failed to init plugin %s autoloader', $plugin));