PlasmaPyWarning

exception plasmapy.utils.exceptions.PlasmaPyWarning[source]

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 warnings.warn, which will not break execution if unhandled.