SignalException constructor

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

Implementation

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