This person tried to output to a read-only resource! Laugh at this user!!!

This commit is contained in:
Daniella / Tove 2023-09-29 08:36:26 +02:00
parent 91fbc78cd7
commit 734113e844
Signed by: TudbuT
GPG key ID: 7D63D5634B7C417F

View file

@ -210,7 +210,7 @@ public class CustomClassloader extends ClassLoader {
@Override @Override
public OutputStream getOutputStream() { public OutputStream getOutputStream() {
throw new Error("This person tried to output to a resource! Laugh at this user!!!"); throw new Error("This person tried to output to a read-only resource! Laugh at this user!!!");
} }
} }