StdoutException constructor

const StdoutException(
  1. String message,
  2. [OSError osError]
)

Implementation

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