trezor-agent
trezor-agent copied to clipboard
Rename NotFoundError exception to DeviceNotFoundError
This would be in keeping with the naming of built-in exceptions such as:
FileNotFoundError ModuleNotFoundError
Good catch, thanks! Please open a PR :)