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 2d2d0e6 commit 4b84d50Copy full SHA for 4b84d50
src/Horse.HandleException.pas
@@ -100,7 +100,7 @@ procedure Middleware(Req: THorseRequest; Res: THorseResponse; Next: {$IF DEFINED
100
101
function HandleException: THorseCallback; overload;
102
begin
103
- Result := Middleware;
+ Result := HandleException(nil);
104
end;
105
106
function HandleException(const ACallback: TInterceptExceptionCallback): THorseCallback; overload;
0 commit comments