Skip to content

exceptions

ensembl.io.genomio.seq_region.exceptions

Exceptions for sequence regions parsers.

UnknownMetadata

Bases: Exception

If a metadata is not supported or recognized.

Source code in src/python/ensembl/io/genomio/seq_region/exceptions.py
22
23
class UnknownMetadata(Exception):
    """If a metadata is not supported or recognized."""