CustomKeyStoreNameInUseException constructor

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

Implementation

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