Skip to content

Commit

Permalink
fix code message
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuarezgx committed Jul 25, 2023
1 parent 1f40343 commit c8e9e9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ protected void EventRouterErrorMessagesSetup(Exception ex, out GXBaseCollection<
}
while (ex.InnerException != null);
if (foundGeneralException)
GXUtil.ErrorToMessages("GXEventRouter1002", ex, errorMessages);
GXUtil.ErrorToMessages("GXEventRouter", ex, errorMessages);
}
else
{
GXUtil.ErrorToMessages("GXEventRouter1002", ex, errorMessages);
GXUtil.ErrorToMessages("GXEventRouter", ex, errorMessages);
}
}
}
Expand Down

0 comments on commit c8e9e9b

Please sign in to comment.