18

try:
be_normal()
except TheyDidntBuyIt:
be_a_dev()

Comments
  • 2
    public void be_a_dev() throws CompilerErrorRageQuitException {
    throw new CompilerErrorRageQuitException("FUCK");
    }
Add Comment