ScraperException constructor
const
ScraperException(
- String message, [
- dynamic cause
Implementation
const ScraperException(this.message, [this.cause]);
const ScraperException(this.message, [this.cause]);