37 public function __construct($sMessage =
"not set", $iCode = 0)
51 $this->_sFileName = $sFile;
73 $this->message = $sMessage;
83 $this->_blRenderer =
true;
103 $this->_blNotCaught =
true;
125 $sLogMsg = $this->
getString() .
"\n---------------------------------------------\n";
140 if ( $this->_blNotCaught ) {
141 $sWarning .=
"--!--NOT CAUGHT--!--";
144 if ( $this->_blRenderer ) {
145 $sWarning .=
"--!--RENDERER--!--";
148 return $sWarning . __CLASS__ .
" (time: ". date(
'Y-m-d H:i:s') .
"): [{$this->code}]: {$this->message} \n Stack Trace: {$this->getTraceAsString()}\n\n";