Skip to content

Commit 7bfeb5b

Browse files
committed
Add AxisError exception to dpnp.exceptions submodule
1 parent 27f56a1 commit 7bfeb5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpnp/exceptions/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from dpctl.tensor._dlpack import DLPackCreationError
2+
from numpy.exceptions import AxisError
23

34
__all__ = [
5+
"AxisError",
46
"DLPackCreationError",
57
]

0 commit comments

Comments
 (0)