Ejemplo n.º 1
0
 def __init__(self, msg):
     PBTranscriptException.__init__(self, "classify", msg)
Ejemplo n.º 2
0
 def __init__(self, msg):
     PBTranscriptException.__init__(self, "classify", msg)
Ejemplo n.º 3
0
 def __init__(self, msg):
     PBTranscriptException.__init__(self, "cluster", msg)
Ejemplo n.º 4
0
 def __init__(self, msg):
     print msg  # Necessary because PBTranscriptException isn't printing the error message
     PBTranscriptException.__init__(self, "classify", msg)
Ejemplo n.º 5
0
 def __init__(self, msg):
     PBTranscriptException.__init__(self, "cluster", msg)