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

Strip excess custom exceptions from 'gcloud.streaming' #1227

Closed
tseaver opened this issue Nov 19, 2015 · 1 comment
Closed

Strip excess custom exceptions from 'gcloud.streaming' #1227

tseaver opened this issue Nov 19, 2015 · 1 comment
Assignees

Comments

@tseaver
Copy link
Contributor

tseaver commented Nov 19, 2015

Many (all, maybe) of the custom exception types in gcloud.streaming.exceptions are providing no value, and could be replaced with either standard exceptions (ValueError, TypeError, etc.), or one of our existing types mapping particular HTTP response codes.

Strip out as many of the custom types as seems feasible, and move the remainder to gcloud.exceptions.

@dhermes
Copy link
Contributor

dhermes commented Nov 19, 2015

👍

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

No branches or pull requests

2 participants