Closed
Description
In 2011, one of the NumPy authors proposed the exceptions ShapeError
, BroadcastingError
, and ConvergenceError
here. Would it make sense to consider these for the array API? They could inherit from ValueError
for ease of porting?