BaseApiBusinessException constructor

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

Implementation

const factory BaseApiBusinessException(
        {required final String message,
        @igFreezedJson final Object? error,
        @igFreezedJson final StackTrace? stackTrace}) =
    _$BaseApiBusinessExceptionImpl;