# -*- coding: utf-8 -*- [docs]class NotImplementedYetError(Exception): """ """ pass [docs]class ParentMissingError(Exception): """ """ pass