UI exception. Commands should throw this in order to display nonrecoverable errors to the user.
| 1 | class UserError(Exception): |
| 2 | """UI exception. Commands should throw this in order to display |
| 3 | nonrecoverable errors to the user. |
| 4 | """ |
no outgoing calls
no test coverage detected