NotEmptyContainerException constructor
NotEmptyContainerException([
- String? message
Implementation
NotEmptyContainerException([String? message]) : super(message);
NotEmptyContainerException([String? message]) : super(message);