Source code for pybel.exceptions

# -*- coding: utf-8 -*-

"""This module contains base exceptions that are shared through the package."""


[docs]class PyBELWarning(Exception): """The base class for warnings during compilation from which PyBEL can recover."""