freqsap.exceptions

Module for custom exceptions used in freqsap.

Exceptions

AccessionNotFoundError

Exception raised when a protein accession identifier is not found in the database.

Module Contents

exception freqsap.exceptions.AccessionNotFoundError(message: str)[source]

Bases: Exception

Exception raised when a protein accession identifier is not found in the database.

message

Explanation of the error.

Type:

str