Home
last modified time | relevance | path

Searched refs:CORE_ERRORS (Results 1 – 2 of 2) sorted by relevance

/plugin/sentry/
H A DEvent.php21 const CORE_ERRORS = [ define in dokuwiki\\plugin\\sentry\\Event
347 if (!empty(self::CORE_ERRORS[$type])) return self::CORE_ERRORS[$type][0];
359 if (!empty(self::CORE_ERRORS[$type])) return self::CORE_ERRORS[$type][1];
/plugin/sentry/conf/
H A DSetting.php53 foreach (Event::CORE_ERRORS as $val => $info) {