Added CancelTaskException (#4186)

This commit is contained in:
Covered123
2021-04-19 09:41:51 -03:00
committed by GitHub
parent 5872b2fe23
commit 9c1b4fd1cd
4 changed files with 84 additions and 0 deletions

View File

@ -49,6 +49,8 @@ abstract class Task{
/**
* Actions to execute when run
*
* @throws CancelTaskException
*/
abstract public function onRun() : void;