Skip to content

Commit

Permalink
feat: add TimeoutError
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopodl committed Nov 28, 2023
1 parent 970d0f1 commit fd024fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arlib/error.ar
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ pub let NotImplementedError = Error(@NotImplementedError)

pub let OverflowError = Error(@OverflowError)

pub let TimeoutError = Error(@TimeoutError)

pub let TypeError = Error(@TypeError)

pub let UnhashableError = Error(@UnhashableError)
Expand Down

0 comments on commit fd024fc

Please sign in to comment.