InvalidInputExceptions constructor
InvalidInputExceptions([
- String? message
Implementation
InvalidInputExceptions([String? message]):super(message,"InvalidInputExceptions request");
InvalidInputExceptions([String? message]):super(message,"InvalidInputExceptions request");