Source code for neurokit2.misc._warnings
# -*- coding: utf-8 -*-
# Note that this files starts with a '_' so that it's always on top of the order
# of loadings (preventing circular imports)
[docs]
class NeuroKitWarning(RuntimeWarning):
"""Category for runtime warnings that occur within the NeuroKit library."""