IoError.unknown constructor

IoError.unknown(
  1. Object error
)

Represents an error that occurred during an IO operation that is not an IOException. This state may never be possible but is needed to ensure a value does not leak past the guard.

Implementation

factory IoError.unknown(Object error) = IoError$Unknown._;