Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change in exception infra in libguard to pass multiple arguments #3

Open
chiragsibm opened this issue Sep 4, 2021 · 0 comments
Open
Assignees

Comments

@chiragsibm
Copy link

Instead of making multiple exception creating a struct
struct error_info
{
ERR_TYPE err_type;
const char msg;
void const private_data;
};

In this user can distinguish based on err_type. This will avoid creating multiple exceptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant