Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DLogUtility.php114 self::throwErrorIfTest($level, $message, $e);
158 self::throwErrorIfTest($logLevel, $msg, $e);
267 private static function throwErrorIfTest($level, $message, \Exception $e = null) function in ComboStrap\\LogUtility