mglib/mglib/exceptions.py

9 lines
136 B
Python

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