#Why does he underlines my Excpetions ?
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
While you are waiting for getting help, here are some tips to improve your experience:
If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.
Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.
@void obsidian can u post the code, else u cant really get help
ull have to share the full code and the full error message
that snippet itself makes no sense to a random reader like us
You can't use the exception name like that
Do u want to throw an exception or just print an error msg?
I dont want to provide my code here, because my uni dont allow it. I am a bit scared.
then maybe talk to one of ur tutors or colleagues to fix the issue
we cant help u with that little info
are u trying to throw exceptions?
the syntax for that is throw new FooException("blabla")
yes
and not what u did