diff options
| author | Paul-Christian Volkmer | 2023-04-05 10:28:55 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-04-05 10:52:26 +0200 |
| commit | abb54090aa5173f9822802e23b510862d93889b2 (patch) | |
| tree | 7ef8df0339fab98115271a1e8e43f183dee7ae0f /src/main/java/ATCCodes/FileParsingException.java | |
| parent | a47d6279cfd6a45acb570b4b398d0f712eef9313 (diff) | |
Issue #19: Integration des ATC-Codes-Plugins in dieses Plugin
closes #19
Diffstat (limited to 'src/main/java/ATCCodes/FileParsingException.java')
| -rw-r--r-- | src/main/java/ATCCodes/FileParsingException.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/java/ATCCodes/FileParsingException.java b/src/main/java/ATCCodes/FileParsingException.java deleted file mode 100644 index b009578..0000000 --- a/src/main/java/ATCCodes/FileParsingException.java +++ /dev/null @@ -1,14 +0,0 @@ -package ATCCodes; - -/** - * Exception to be thrown if any file parsing error occurs - * - * @author Paul-Christian Volkmer - * @since 0.1.0 - */ -public class FileParsingException extends RuntimeException { - - public FileParsingException(final String msg) { - super(msg); - } -}
\ No newline at end of file |
