Skip to content

Commit

Permalink
Fix #1023: Make TelemetryReportException extend Exception instead of …
Browse files Browse the repository at this point in the history
…Throwable
  • Loading branch information
petrdvorak committed Sep 7, 2023
1 parent 625808d commit a3565fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* @author Petr Dvorak, [email protected]
*/
public class TelemetryReportException extends Throwable {
public class TelemetryReportException extends Exception {
@Serial
private static final long serialVersionUID = 8770243960531807727L;

Expand Down

0 comments on commit a3565fe

Please sign in to comment.