Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DLogUtility.php112 self::throwErrorIfTest($level, $message, $e);
164 self::throwErrorIfTest($logLevel, $msg, $e);
274 private static function throwErrorIfTest($level, $message, \Exception $e = null) function in ComboStrap\\LogUtility