StonePaymentException constructor

StonePaymentException({
  1. required String message,
})

Implementation

StonePaymentException({required this.message});