| class PublisherError(Exception): | |
| pass | |
| class PlatformAuthError(PublisherError): | |
| pass | |
| class PlatformUploadError(PublisherError): | |
| pass | |
| class PlatformRateLimit(PublisherError): | |
| pass |
| class PublisherError(Exception): | |
| pass | |
| class PlatformAuthError(PublisherError): | |
| pass | |
| class PlatformUploadError(PublisherError): | |
| pass | |
| class PlatformRateLimit(PublisherError): | |
| pass |