This person tried to output to a read-only resource! Laugh at this user!!!
This commit is contained in:
parent
91fbc78cd7
commit
734113e844
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ public class CustomClassloader extends ClassLoader {
|
|||
|
||||
@Override
|
||||
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!!!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue