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

Improved error handling in lower iOS versions #25

Merged
merged 3 commits into from
Jul 5, 2023

Conversation

natsuk4ze
Copy link
Owner

@natsuk4ze natsuk4ze commented Jul 5, 2023

Overview

Enable error handling in lower iOS versions.
This is accomplished by using error codes directly, but if the error code is not even implemented in the low iOS version, api
will throw GalExceptionType.unexpected. However, in most cases, you will be able to handle the error handling correctly.

In the next major version, GalExceptionType.notHandle will be removed.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.

Related Issues

@natsuk4ze natsuk4ze linked an issue Jul 5, 2023 that may be closed by this pull request
@natsuk4ze natsuk4ze merged commit b0ace0b into main Jul 5, 2023
@natsuk4ze natsuk4ze deleted the Improved-error-handling-in-lower-iOS-versions branch July 5, 2023 13:24
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

Successfully merging this pull request may close these issues.

Improved error handling in lower iOS versions
1 participant