NftCliException constructor

NftCliException(
  1. String message
)

Implementation

NftCliException(String message) : super(message);