You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest to create some high-level error classes like RangeError, NodeError, etc and then create subclasses from them like IndexOutOfBoundsError, InvalidRangeError, MergeNodeError, etc
The text was updated successfully, but these errors were encountered:
Currently we have the following errors thrown
I suggest to create some high-level error classes like
RangeError
,NodeError
, etc and then create subclasses from them likeIndexOutOfBoundsError
,InvalidRangeError
,MergeNodeError
, etcThe text was updated successfully, but these errors were encountered: