7 lines
173 B
7 lines
173 B
![]()
6 years ago
|
class NoSuchKeyboardError(Exception):
|
||
|
"""Raised when we can't find a keyboard/keymap directory.
|
||
|
"""
|
||
|
|
||
|
def __init__(self, message):
|
||
|
self.message = message
|