Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussanchez committed Mar 9, 2023
1 parent 8794e0f commit b0bea0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Horse.Exception.pas
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function EHorseException.Error: string;
function EHorseException.Error(const AValue: string): EHorseException;
begin
FError := AValue;
Self.Message := AValue;
Result := Self;
end;

Expand Down

0 comments on commit b0bea0f

Please sign in to comment.