DeviceNotRegisteredException constructor

DeviceNotRegisteredException({
  1. String? type,
  2. String? message,
})

Implementation

DeviceNotRegisteredException({String? type, String? message})
    : super(
          type: type, code: 'DeviceNotRegisteredException', message: message);