Source code for pyRadPlan.core._exceptions

"""Contains custom exceptions for the pyRadPlan package."""


[docs] class PyRadPlanError(Exception): """Exception for errors specifically thrown by PyRadPlan."""