SpiderError constructor

SpiderError(
  1. int? code,
  2. String? error
)

Implementation

SpiderError(
  this.code,
  this.error,
);