Skip to content

Commit fc4defb

Browse files
Update samples.dpr
1 parent c50faca commit fc4defb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/samples.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ begin
2222
App.Get('ping',
2323
procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc)
2424
begin
25-
raise Exception.Create('Meu erro personalizado!');
25+
raise Exception.Create('My Error!');
2626
end);
2727

2828
App.Start;

0 commit comments

Comments
 (0)