pyrk.utilities.exceptions module

This module contains errors/exceptions and warnings needed globally in the pyrk module. Subclass-specific exceptions should appear in their own subclass

exception pyrk.utilities.exceptions.pyrkWarning[source]

Bases: Warning

The base warning class from which all pyrk warnings should inherit.