Developer's Manual  Function Reference  Debug functions  suWARN

suWARN

Inserts a user-defined warning message into the debug window.


void suWARN
(string message)

Example

<?
if($operationFailed)
  
suWARN($errorMessage);
?>
Please login to add comments.