Hello, I am writing a plugin that uses an AsyncTask. and as part of the error handling I want to throw an exception. Is this possible to do?
I just some more testing. Apparently creating new class instances (including an Exception class) would make the AsyncTask abort. Is this a PHP limitation or something to do with PocketMine?