04-27-2019, 08:20 PM
procedure TIWServerController.IWServerControllerBaseConfig(Sender: TObject);
begin
TIWExceptionRenderer.RenderHTML(PARAM_EXCEPTION,'https://google.com.br');
End;
this way I treat the error by directing to the desirable URL.
my doubt is
which parameter to pass in "PARAM_EXCEPTION"?
begin
TIWExceptionRenderer.RenderHTML(PARAM_EXCEPTION,'https://google.com.br');
End;
this way I treat the error by directing to the desirable URL.
my doubt is
which parameter to pass in "PARAM_EXCEPTION"?