mglib/mglib/exceptions.py

9 lines
136 B
Python
Raw Normal View History

"""
Global mglib exception and warning classes.
"""
class FileTypeNotSupported(Exception):
"""File type not supported"""
pass