IoError.ioException constructor

IoError.ioException(
  1. IOException error
)

All IO related exceptions.

Implementation

factory IoError.ioException(IOException error) = IoError$IOException._;