RazorpayApiException constructor
RazorpayApiException({
- int? statusCode,
- RazorpayError? error,
- String? message = 'An API error occurred',
Implementation
RazorpayApiException({
this.statusCode,
this.error,
this.message = 'An API error occurred',
});