File size: 157 Bytes
d46f4a3
 
 
 
 
 
 
1
2
3
4
5
6
7
package net.minecraft.util;

public class CryptException extends Exception {
    public CryptException(Throwable p_13609_) {
        super(p_13609_);
    }
}