ChargeException constructor

ChargeException(
  1. String message
)

Implementation

ChargeException(String message) : super(message: message);