InvalidCoordsException constructor

const InvalidCoordsException(
  1. String message
)

Implementation

const InvalidCoordsException(this.message);