StdoutException constructor

const StdoutException(String message, [ OSError osError ])

Implementation

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