Raised when an image cannot be decoded, resized, or compressed.
| 75 | |
| 76 | |
| 77 | class ImageProcessingError(Exception): |
| 78 | """Raised when an image cannot be decoded, resized, or compressed.""" |
| 79 | |
| 80 | |
| 81 | # --------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected