AccountOutOfCreditsException constructor

const AccountOutOfCreditsException(
  1. String? message,
  2. String? code
)

Implementation

const AccountOutOfCreditsException(String? message, String? code)
    : super(message, code);