minimal_web_scraper.parsers.exceptions#
Overview#
Exceptions#
- exception minimal_web_scraper.parsers.exceptions.BaseParserException#
Bases:
ExceptionCommon, base class for all non-exit parsers exception.
- exception minimal_web_scraper.parsers.exceptions.ParserNotFound#
Bases:
BaseParserExceptionException raised when the scraper does not find a parser associated to a URL.