InvalidInputExceptions constructor

InvalidInputExceptions([
  1. String? message
])

Implementation

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