HandshakeException constructor - HandshakeException - dart:io library (original) (raw)

description

constHandshakeException([

  1. String message = "",
  2. OSError? osError ])

Implementation

@pragma("vm:entry-point")
const HandshakeException([String message = "", OSError? osError])
  : super._("HandshakeException", message, osError);