NotEmptyCollectionException constructor

NotEmptyCollectionException([
  1. String? message
])

Implementation

NotEmptyCollectionException([String? message]) : super(message);