Skip to content

Commit c50faca

Browse files
Update README.md
1 parent ba5730e commit c50faca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ begin
1717
App.Get('ping',
1818
procedure(Req: THorseRequest; Res: THorseResponse; Next: TProc)
1919
begin
20-
raise Exception.Create('Meu erro personalizado!');
20+
raise Exception.Create('My Error!');
2121
end);
2222
2323
App.Start;

0 commit comments

Comments
 (0)