IncorrectVersionException constructor

const IncorrectVersionException([
  1. String message = 'Client connected with incorrect version'
])

Implementation

const IncorrectVersionException([this.message = 'Client connected with incorrect version']);