DeviceNotFoundError constructor

DeviceNotFoundError(
  1. String message
)

Create an instance of the error with the message of the error.

Implementation

DeviceNotFoundError(super.message);