PlasmaPyWarning
-
exception
plasmapy.utils.exceptions.
PlasmaPyWarning
Base class of PlasmaPy custom warnings.
All PlasmaPy custom warnings should inherit from this class and be
defined in this module.
Warnings should be issued using warn
, which will not break
execution if unhandled.