📚 Add since annotations to new classes

This commit is contained in:
Alexander Söderberg 2020-10-17 18:27:09 +02:00 committed by Alexander Söderberg
parent 8d69767c15
commit 1249b74e83
7 changed files with 9 additions and 0 deletions

View file

@ -29,6 +29,8 @@ import org.checkerframework.checker.nullness.qual.NonNull;
/**
* An exception which is thrown when an argument's input is unexpectedly null or empty
*
* @since 1.1.0
*/
public class NoInputProvidedException extends ParserException {