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