CactusException constructor
CactusException(
- String message, [
- dynamic underlyingError
Implementation
CactusException(this.message, [this.underlyingError]);
CactusException(this.message, [this.underlyingError]);