Repository URL to install this package:
|
Version:
1.2.0+frontiersignal.0 ▾
|
from __future__ import unicode_literals
class ImportExportError(Exception):
"""A generic exception for all others to extend."""
pass
class FieldError(ImportExportError):
"""Raised when a field encounters an error."""
pass