gvafile/gvafile/gvafile/exceptions.py

13 lines
188 B
Python

"""
This module defines exceptions for gvafile.
"""
from __future__ import unicode_literals
class GVAFileException(Exception):
"""
Generic Exception class for gvafile.
"""