DeviceNotFoundException constructor

DeviceNotFoundException(
  1. String message
)

Implementation

DeviceNotFoundException(String message) : super('DeviceNotFound', message);