37
37
class ConsoleError(Exception):
38
38
""" The console failed in some way. This is bad. """
41
44
class ConsoleException(Exception):
42
45
""" The code being exectuted on the console returned an exception.
46
52
class TruncateStringIO(StringIO.StringIO):
47
53
""" A class that wraps around StringIO and truncates the buffer when the