ConflictException constructor
- String? message,
- DioException? originalException,
- String? errorCode,
- String? traceId,
Creates a ConflictException with an optional custom message.
Implementation
const ConflictException({String? message, super.originalException, super.errorCode, super.traceId})
: super(message: message ?? "There was a conflict with the current data. Please refresh and try again.");