ScraperException constructor

const ScraperException(
  1. String message, [
  2. dynamic cause
])

Implementation

const ScraperException(this.message, [this.cause]);