📚 Add since annotations to new classes
This commit is contained in:
parent
8d69767c15
commit
1249b74e83
7 changed files with 9 additions and 0 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue