You are not logged in.
Pages: 1
Would it be possible to make the following method in mORMot.pas virtual on a go-forward basis?
procedure Error(const ErrorMessage: RawUTF8 = ''; Status: integer = HTML_BADREQUEST);
overload;
virtual; <------------
I need to override it to provide a consistent response format.
Thanks!
Offline
Offline
Thanks Arnaud!
Offline
Pages: 1