DeviceNotFoundException constructor

DeviceNotFoundException([
  1. String _message = 'Device not found'
])

Creates a DeviceNotFoundException object.

Displays the exception _message if it is given, otherwise "Device not found" is set.

Implementation

DeviceNotFoundException([this._message = 'Device not found']);