raise error

This commit is contained in:
Matthias 2022-05-15 16:46:05 +02:00
parent 432fd9b8e6
commit 0c0b2efbe0
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -36,4 +36,4 @@ class LabelPrintingMixin:
"""
# Unimplemented (to be implemented by the particular plugin class)
MixinNotImplementedError('This Plugin must implement a `print_label` method')
raise MixinNotImplementedError('This Plugin must implement a `print_label` method')