Skip to content

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

@chiragsibm

Description

@chiragsibm

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions