Searched refs:ErrorString (Results 1 – 2 of 2) sorted by relevance
112 def ErrorString(exc): # Shamelessly stolen from docutils function167 raise self.severe('Problems with directive path:\n%s.' % ErrorString(error))172 raise self.severe('Problem with directive:\n%s' % ErrorString(error))
49 def ErrorString(exc): # Shamelessly stolen from docutils function