Lines Matching defs:message
1299 $message = "Strap - The head meta (" . print_r($metaData, true) . ") does not have a content property";
1300 msg($message, -1, "", "", MSG_ADMINS_ONLY);
1303 throw new \RuntimeException($message);
1326 $message = "Strap - The header type ($headerType) is unknown and was not controlled.";
1328 msg($message, -1, "", "", MSG_ADMINS_ONLY);
1331 throw new \RuntimeException($message);
1461 * Send a message to a manager and log it
1463 * @param string $message
1467 static function msg($message, $level = self::LVL_MSG_ERROR, $canonical = "strap")
1473 $htmlMsg = $prefix . " - " . $message;
1485 $msg = $prefix . ' - ' . $message;
1562 $message = "Unfortunately, an error has occurred during the rendering of the main content. The error was logged.";
1563 dbglog($message . " Error: " . $e->getTraceAsString());
1564 return $message;