ts::EditException class

Base class for exceptions related to applying edits to the tree.

Subclasses of this are thrown by Tree::edit.

Base classes

class TreeSitterException
Base exception class for errors in the Tree-Sitter wrapper.

Derived classes

class MultilineEditException
Newlines are not allowed in Edits.
class OverlappingEditException
Overlapping Edits are not allowed.
class ZeroSizedEditException
Empty Edits are not allwed.