-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding internal implementation layers and a private
DirectionsError
…
… protocol to allow for custom directions services to provide their own errors
- Loading branch information
Jerrad Thramer
authored and
Jerrad Thramer
committed
Dec 13, 2019
1 parent
dc553c7
commit 110566d
Showing
2 changed files
with
30 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Not sure what needs to be internal about this. Isn’t DirectionsServiceError already public?