DeviceManagerExceptions constructor

DeviceManagerExceptions(
  1. String code,
  2. String message
)

Implementation

DeviceManagerExceptions(this.code, this.message);