CactusException constructor

CactusException(
  1. String message, [
  2. dynamic underlyingError
])

Implementation

CactusException(this.message, [this.underlyingError]);