We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50faca commit fc4defbCopy full SHA for fc4defb
samples/samples.dpr
@@ -22,7 +22,7 @@ begin
22
App.Get('ping',
23
procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc)
24
begin
25
- raise Exception.Create('Meu erro personalizado!');
+ raise Exception.Create('My Error!');
26
end);
27
28
App.Start;
0 commit comments