class BibcodeNotFoundError(Exception):
    """
    Custom exception. Is raised when the bibcode is not found in library.
    """
    def __init__(self, message):