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