16
amirbig
5y

i wish all your errors be SyntaxError

- me after two days of struggling with logical error

Comments
  • 5
    try{
    ...
    } catch (LogicalError) {
    throw new SyntaxError();
    }

    There you go.. :)
Add Comment