class FileDoesNotExistError(Exception): pass class TableDoesNotExistError(Exception): pass class LayerOpenError(Exception): pass