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

Add support for multiple inheritance to the procedureal exception system. #93

Open
Sqeaky opened this issue Jan 27, 2020 · 0 comments
Open
Milestone

Comments

@Sqeaky
Copy link
Member

Sqeaky commented Jan 27, 2020

A game dev shouldn't be forced to catch both std::exception and Mezzanine::Exception::OutOfRange. We want to retain the benefits of having simple exceptions and a build system list of exceptions.

This should be easy to implement by changing AddJagatiException to accept a single item or a list. If it is passed a list then some simple manipulation should be able to split the list then write correct parameter lists and inheritance line.

@Sqeaky Sqeaky added this to the 1.0 milestone Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant