Developer's Manual  Function Reference  Debug functions  suFATAL

suFATAL

Inserts a user-defined warning message into the debug window and stops script execution.


void suFATAL
(string message)

Example

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