Skip to content

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

@tseaver

Description

@tseaver

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions