Add an exception that can be raised during tab completion to print an error to the user.
Possible use cases
- Reading a database to retrieve a tab completion data set failed
- A previous command line argument that determines the data set being completed is invalid
Add an exception that can be raised during tab completion to print an error to the user.
Possible use cases