Source code for ox.apps.files.exceptions

__all__ = ("FileTypeError",)


[docs] class FileTypeError(ValueError): """Invalid file format.""" pass