InvalidTypeException constructor

const InvalidTypeException(
  1. String message
)

Implementation

const InvalidTypeException(String message) : super(message);