Younes D

Results 1 comments of Younes D

As @im-bravo and @mzeijen said, `MissingKotlinParameterException` is essential in input validation. `MismatchedInputException` is a bit too generic. `MissingKotlinParameterException` is thrown when theres a missing value for non-nullable type, whereas `MismatchedInputException`...