AtIOException constructor

AtIOException(
  1. dynamic message
)

Implementation

AtIOException(message) : super(message);