Raised when trying to move an object of the wrong size to an allocation.
| 24 | |
| 25 | |
| 26 | class InvalidSizeError(Exception): |
| 27 | """Raised when trying to move an object of the wrong size to an allocation.""" # noqa |
| 28 | |
| 29 | |
| 30 | class InvalidBindingParameter(Exception): |
no outgoing calls
no test coverage detected