UnhandledStreamError constructor

UnhandledStreamError(
  1. Object error
)

Create an UnhandledStreamError from error.

Implementation

UnhandledStreamError(this.error);