InvalidInputException constructor

const InvalidInputException(
  1. String message, {
  2. int? errorCode,
})

Implementation

const InvalidInputException(super.message, {super.errorCode});