Skip to content

Commit

Permalink
Winde: Change wildcard import to include all exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonJin committed Sep 20, 2024
1 parent ea954eb commit b3dce62
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/main/java/windebot/Winde.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
package windebot;

import commands.Command;
import exceptions.*;

import java.time.format.DateTimeParseException;
import exceptions.EmptyDescriptionException;
import exceptions.IndexOutBoundsException;
import exceptions.InvalidDateFormatException;
import exceptions.NotIntegerException;
import exceptions.TooManyParametersException;
import exceptions.UnsupportedCommandException;

/**
* The Winde class is the main class that runs the WindeBot chatbot.
Expand Down

0 comments on commit b3dce62

Please sign in to comment.