Skip to content

Commit df33215

Browse files
authored
Bytes.sub_string throws (#115)
1 parent eb72b70 commit df33215

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ExnLib.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ let raisesLibTable = {
5454
("make", [invalidArgument]),
5555
("init", [invalidArgument]),
5656
("sub", [invalidArgument]),
57+
("sub_string", [invalidArgument]),
5758
("extend", [invalidArgument]),
5859
("fill", [invalidArgument]),
5960
("blit", [invalidArgument]),

0 commit comments

Comments
 (0)