exceptions/scraper_exceptions library
Custom exceptions for the flutter_scrapper package
Exceptions / Errors
- ContentTooLargeException
- Exception thrown when content is too large
- InvalidParameterException
- Exception thrown when invalid parameters are provided
- NetworkException
- Exception thrown when there's a network-related error
- ParseException
- Exception thrown when parsing fails
- ScraperException
- Base exception class for all scraper-related errors
- ScraperNotInitializedException
- Exception thrown when the scraper is not properly initialized
- TimeoutException
- Exception thrown when a timeout occurs
- UnsupportedPlatformException
- Exception thrown when trying to use the scraper on an unsupported platform