Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent further processing of error data
Added a return statement at the beginning of the HandleErrorData method to immediately exit the function. This ensures that no additional code is executed within this method when it is called.
- Loading branch information