summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/DebugHelper.py
blob: 75016033a5333bad961b6760c6f56a52937db81e (plain)
1
2
3
4
5
6
7
8
9
10
class DebugHelper(object):

    @classmethod
    def exception(self, ex):
        raise NotImplementedError

    @classmethod
    def writeInfo(self, msg):
        raise NotImplementedError