Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use derivatives of BaseException for exceptions
When the coverage changes, we raise exceptions with simple strings, this causes the following error: TypeError: exceptions must derive from BaseException Let's use derivatives of BaseException to fix this issue. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
- Loading branch information