SignalException constructor

const SignalException(String message, [ osError = null ])

Implementation

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