# SPDX-License-Identifier: GPL-3.0-or-later # # SPDX-FileCopyrightText: 2023 Glenn Y. Rolland # Copyright © 2023 Glenn Y. Rolland require "yaml" module GX::Models class InvalidFilesystemError < Exception end class InvalidMountpointError < Exception end end