django1/django/contrib/formtools/wizard/storage/exceptions.py

10 lines
175 B
Python

from django.core.exceptions import ImproperlyConfigured
class MissingStorage(ImproperlyConfigured):
pass
class NoFileStorageConfigured(ImproperlyConfigured):
pass