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 ba5730e commit c50facaCopy full SHA for c50faca
README.md
@@ -17,7 +17,7 @@ begin
17
App.Get('ping',
18
procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc)
19
begin
20
- raise Exception.Create('Meu erro personalizado!');
+ raise Exception.Create('My Error!');
21
end);
22
23
App.Start;
0 commit comments