NotAvailableWithoutUAError constructor

NotAvailableWithoutUAError(
  1. String? message
)

Implementation

NotAvailableWithoutUAError(String? message)
    : super('NotAvailableWithoutUAError', message);