Source code for openff.recharge.charges.exceptions

"""Exceptions raised when generating charges for a molecule."""

from openff.recharge.utilities.exceptions import RechargeException


[docs]class ChargeAssignmentError(RechargeException): """An exception raised when atoms in a molecule could not correctly be assigned a partial charge."""