Source code for shuup.importer.exceptions

from django.core.exceptions import ValidationError


[docs] class ImporterError(ValidationError): pass