SignalException constructor

const SignalException(
  1. String message, [
  2. dynamic osError
])

Implementation

const SignalException(this.message, [this.osError]);