ScrapingException constructor

ScrapingException(
  1. String message
)

Creates a new ScrapingException with the given message

Implementation

ScrapingException(this.message);