DeviceNotFoundError constructor
DeviceNotFoundError(
- String message
Create an instance of the error with the message of the error.
Implementation
DeviceNotFoundError(super.message);
Create an instance of the error with the message of the error.
DeviceNotFoundError(super.message);