PosixException constructor

PosixException(
  1. String message,
  2. int code
)

Implementation

PosixException(this.message, this.code);