WAFNonEmptyEntityException constructor

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

Implementation

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