NotEmptyContainerException constructor

NotEmptyContainerException([
  1. String? message
])

Implementation

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