Skip to content

Commit 91b1e02

Browse files
🐛 fix: Import missing ValueError.
1 parent 2b70de6 commit 91b1e02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Integer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { DEFAULT_DISPLAY_BASE , ZeroDivisionError } from './' ;
22

3+
import { ValueError } from '@aureooms/js-error' ;
4+
35
import {
46
stringify , convert , _trim_positive ,
57
_alloc , _copy , _zeros ,

0 commit comments

Comments
 (0)