InvalidInputException constructor

const InvalidInputException(
  1. String message, [
  2. Object? cause
])

Creates an invalid input exception with the given message.

Implementation

const InvalidInputException(super.message, [super.cause]);