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

Rename Exceptions to Errors. #657

Merged
merged 1 commit into from
Sep 22, 2021
Merged

Rename Exceptions to Errors. #657

merged 1 commit into from
Sep 22, 2021

Conversation

manthey
Copy link
Member

@manthey manthey commented Sep 21, 2021

Add TileSourceFileNotFoundError when a file is attempted to be opened that doesn't exist. This is a subclass of both TileSourceError and FileNotFoundError.

Rename exceptions to errors follows standard Python naming conventions. Old names are still available for compatibility.

This closes #656.

Add TileSourceFileNotFoundError when a file is attempted to be opened
that doesn't exist.  This is a subclass of both TileSourceError and
FileNotFoundError.

Renaming exceptions to errors follows standard Python naming
conventions.  Old names are still available for compatibility.
@manthey manthey merged commit dfa86ea into master Sep 22, 2021
@manthey manthey deleted the rename-errors branch September 22, 2021 13:19
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.

Better error type/message for non-existing files
1 participant