Skip to content

Commit

Permalink
Delete unused exception (#500)
Browse files Browse the repository at this point in the history
In #403 we moved our utility class into an internal package and
removed a reflection-based solution that copied our utility. The
reflection-based solution used `PioneerException` on failure to 
signal the user that Pioneer failed to initialise itself. Because
that class was deleted and `PioneerException` is not used elsewhere,
we can safely remove it.

PR: #500
  • Loading branch information
Michael1993 committed Jun 13, 2021
1 parent 83dfee8 commit 4c1462e
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/main/java/org/junitpioneer/jupiter/PioneerException.java

This file was deleted.

0 comments on commit 4c1462e

Please sign in to comment.