classNoSuchKeyboardError(Exception):"""Raised when we can't find a keyboard/keymap directory.
"""def__init__(self,message):self.message=messageclassCppError(Exception):"""Raised when 'cpp' cannot process a file.
"""def__init__(self,message):self.message=message