exception documentation
class WrongInputSizeError(Error):
Constructor: WrongInputSizeError(arrName, arrSize, reqSize)
Error if an array has the wrong size for the following operation.
Returns | |
message containing the size of the array and the required size. |