Raised when trying to perform an operation on freed memory.
| 20 | |
| 21 | |
| 22 | class FreedMemoryError(Exception): |
| 23 | """Raised when trying to perform an operation on freed memory.""" |
| 24 | |
| 25 | |
| 26 | class InvalidSizeError(Exception): |
no outgoing calls
no test coverage detected