Source code for bioutils.exceptions

[docs]class BioutilsError(Exception): """Root exception for all bioutils exceptions""" pass