SignalException 构造函数

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

实现

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