The given chunksize is not valid.
| 147 | |
| 148 | |
| 149 | class InvalidChunkSizeError(Error): |
| 150 | """The given chunksize is not valid.""" |
| 151 | |
| 152 | pass |
| 153 | |
| 154 | |
| 155 | class InvalidNotificationError(Error): |
no outgoing calls
no test coverage detected
searching dependent graphs…