ScrapingException constructor
ScrapingException(
- String message
Creates a new ScrapingException with the given message
Implementation
ScrapingException(this.message);
Creates a new ScrapingException with the given message
ScrapingException(this.message);