Returns a string representation of this object.
Source
String toString() { return "StdoutException: $message${osError == null ? "" : ", $osError"}"; }
Returns a string representation of this object.
String toString() { return "StdoutException: $message${osError == null ? "" : ", $osError"}"; }