Skip to content

Commit

Permalink
fix deprecation warning for NoStackTraceException
Browse files Browse the repository at this point in the history
  • Loading branch information
magicprinc committed Sep 13, 2023
1 parent c09f004 commit 6d156bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @author <a href="mailto:[email protected]">Julien Viet</a>
* @see VertxException
*/
@SuppressWarnings("deprecation")
public class NoStackTraceException extends NoStackTraceThrowable {

public NoStackTraceException (String message, Throwable cause){
Expand Down

0 comments on commit 6d156bb

Please sign in to comment.