Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
hunsche committed Sep 3, 2019
1 parent bb5201e commit ea1e2e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Src/Horse.HandleExcept.pas → Src/Horse.HandleException.pas
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
unit Horse.HandleExcept;
unit Horse.HandleException;

interface

uses
Horse, System.SysUtils;

procedure HandleExcept(Req: THorseRequest; Res: THorseResponse; Next: TProc);
procedure HandleException(Req: THorseRequest; Res: THorseResponse; Next: TProc);

implementation

uses
System.JSON;

procedure HandleExcept(Req: THorseRequest; Res: THorseResponse; Next: TProc);
procedure HandleException(Req: THorseRequest; Res: THorseResponse; Next: TProc);
var
LJSON: TJSONObject;
begin
Expand Down

0 comments on commit ea1e2e9

Please sign in to comment.