Searched refs:ErrorString (Results 1 – 3 of 3) sorted by relevance
28 def ErrorString(exc): # Shamelessly stolen from docutils function195 (self.name, ErrorString(error)))
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