root/components/debug/CorujaDebug.class.php

138166
262
		if( $boolExit )
262
		if( $boolExit )
263
		{
263
		{
264
			print "<br /><font color=\"#700000\" size=\"4\"><b>D I E</b></font>";
264
			print "<br /><font color=\"#700000\" size=\"4\"><b>D I E</b></font>";
265
			throw new CorujaException( var_export( $mixExpression , 1 )  );
265
			//throw new CorujaException( var_export( $mixExpression , 1 )  );
266
		}
266
		}
267
	}
267
	}
268
268