BaseApiException.businessException constructor

const BaseApiException.businessException({
  1. required String message,
  2. @igFreezedJson Object? error,
  3. @igFreezedJson StackTrace? stackTrace,
})

Implementation

const factory BaseApiException.businessException(
    {required String message,
    @igFreezedJson Object? error,
    @igFreezedJson StackTrace? stackTrace}) = BaseApiBusinessException;