ConcurrentModificationException constructor

ConcurrentModificationException(
  1. StreamName name,
  2. ExpectedStreamVersion expectedVersion,
  3. ExpectedStreamVersion actualVersion, [
  4. Object? cause,
])

Implementation

ConcurrentModificationException(
  this.name,
  this.expectedVersion,
  this.actualVersion, [
  Object? cause,
]) : super('');