PaygateConfigurationException constructor

const PaygateConfigurationException(
  1. String message, {
  2. String? code,
})

Implementation

const PaygateConfigurationException(String message, {String? code})
    : super(message, code: code);