NoConnectionException constructor

NoConnectionException([
  1. String _message = 'Connection error'
])

Creates a NoConnectionException object.

Displays the exception _message if it is given, otherwise "Connection error" is set.

Implementation

NoConnectionException([this._message = 'Connection error']);