freqsap.exceptions ================== .. py:module:: freqsap.exceptions .. autoapi-nested-parse:: Module for custom exceptions used in freqsap. Exceptions ---------- .. autoapisummary:: freqsap.exceptions.AccessionNotFoundError Module Contents --------------- .. py:exception:: AccessionNotFoundError(message: str) Bases: :py:obj:`Exception` Exception raised when a protein accession identifier is not found in the database. .. attribute:: message Explanation of the error. :type: str