Dart
dart:io
SignalException
SignalException const constructor
description
SignalException constructor
const
SignalException
(
String
message
, [
dynamic
osError
])
Implementation
const
SignalException(
this
.message, [
this
.osError]);