MCPcopy
hub / github.com/beetbox/beets / UserError

Class UserError

beets/exceptions.py:1–4  ·  view source on GitHub ↗

UI exception. Commands should throw this in order to display nonrecoverable errors to the user.

Source from the content-addressed store, hash-verified

1class UserError(Exception):
2 """UI exception. Commands should throw this in order to display
3 nonrecoverable errors to the user.
4 """

Callers 15

get_replacementsMethod · 0.90
input_Function · 0.90
parse_subcommandMethod · 0.90
_open_libraryFunction · 0.90
config_editFunction · 0.90
move_funcFunction · 0.90
funcMethod · 0.90
do_queryFunction · 0.90
modify_funcFunction · 0.90
parse_logfilesFunction · 0.90
import_filesFunction · 0.90
import_funcFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected