exception documentation
class NotSupportedError(NotImplementedError):
An exception meaning that the tree-manipulation operation you're attempting to perform is not supported.
class NotSupportedError(NotImplementedError):
An exception meaning that the tree-manipulation operation you're attempting to perform is not supported.