Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Replace std::runtime_error usage with more specialized exceptions #7890

Closed
1ec5 opened this issue Jan 27, 2017 · 1 comment
Closed

Replace std::runtime_error usage with more specialized exceptions #7890

1ec5 opened this issue Jan 27, 2017 · 1 comment
Labels
archived Archived because of inactivity Core The cross-platform C++ core, aka mbgl refactor

Comments

@1ec5
Copy link
Contributor

1ec5 commented Jan 27, 2017

Per #7257 (comment), generic std::runtime_errors should be replaced with more specific exception types that would allow SDK code to rethrow exceptions with platform-consistent error codes. This would also enable us to provide richer diagnostic detail in exceptions.

/cc @kkaefer @jfirebaugh

@1ec5 1ec5 added Core The cross-platform C++ core, aka mbgl refactor labels Jan 27, 2017
@stale stale bot added the archived Archived because of inactivity label Nov 15, 2018
@stale
Copy link

stale bot commented Nov 24, 2018

This issue has been automatically detected as stale because it has not had recent activity and will be archived. Thank you for your contributions.

@stale stale bot closed this as completed Nov 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived Archived because of inactivity Core The cross-platform C++ core, aka mbgl refactor
Projects
None yet
Development

No branches or pull requests

1 participant