UserSpaceBillingApiException constructor
UserSpaceBillingApiException({
- required String message,
- int? httpStatusCode,
- Exception? innerException,
- StackTrace? innerStackTrace,
- dynamic log = kDebugMode,
Implementation
UserSpaceBillingApiException({
required String super.message,
this.httpStatusCode,
super.innerException,
super.innerStackTrace,
super.log = kDebugMode,
}) : super(
stackTrace: StackTrace.current,
);