~ruther/qmk_firmware

ref: d353fcb99cfe345cde29cb7dc94cceaab82c610b qmk_firmware/lib/python/qmk/errors.py -rw-r--r-- 172 bytes
d353fcb9 — Rozakiin Add VIA support to Noxary x268 (#9450) 5 years ago
                                                                                
1
2
3
4
5
class NoSuchKeyboardError(Exception):
    """Raised when we can't find a keyboard/keymap directory.
    """
    def __init__(self, message):
        self.message = message