SignalException constructor

const SignalException(String message, [ dynamic osError ])

Implementation

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