Add WorldExceptionSet super constructor
This commit is contained in:
parent
ed15088ed5
commit
4a307e619f
@ -22,6 +22,12 @@ public class WorldExceptionSet extends ExceptionSet<World>
|
||||
super(standard);
|
||||
}
|
||||
|
||||
@SafeVarargs
|
||||
public <X extends Object> WorldExceptionSet(boolean standard, X... exceptions)
|
||||
{
|
||||
super(standard, exceptions);
|
||||
}
|
||||
|
||||
// -------------------------------------------- //
|
||||
// CONTAINS
|
||||
// -------------------------------------------- //
|
||||
|
Loading…
Reference in New Issue
Block a user