You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
As of 01f242c the SDK has it's first custom Exception. However it's located in the com.mapbox.mapboxsdk.views package which is a bit confusing. Let's create a com.mapbox.mapboxsdk.exceptions package for custom Exception classes. This will keep things logically more organized as well as help keep the custom Exception classes from integrating too tightly with whatever is used to throw them.
As of 01f242c the SDK has it's first custom
Exception
. However it's located in thecom.mapbox.mapboxsdk.views
package which is a bit confusing. Let's create acom.mapbox.mapboxsdk.exceptions
package for customException
classes. This will keep things logically more organized as well as help keep the customException
classes from integrating too tightly with whatever is used to throw them.This is related to #2570 and #2563.
/cc @ljbade @tobrun @zugaldia
The text was updated successfully, but these errors were encountered: