Source code for cgexplore._internal.utilities.errors # Distributed under the terms of the MIT License. """Module for containing exceptions.""" [docs] class ForceFieldUnitError(Exception): """Error found in units of forcefield term.""" [docs] class ForceFieldUnavailableError(Exception): """Error found assigning forcefield term."""