diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-11-05 22:26:58 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-11-05 22:26:58 -0400 |
| commit | 3f7840c4db7384eb142f92c33330827b8d7255f9 (patch) | |
| tree | 8f0cb3b6e0039eb4914534dd64718ecff6dc4715 /app/Core/ExternalTask/ExternalTaskException.php | |
| parent | ae5d31e4c285e0ce672de780fdacff953fe71bba (diff) | |
Add the possibility to create external tasks
Diffstat (limited to 'app/Core/ExternalTask/ExternalTaskException.php')
| -rw-r--r-- | app/Core/ExternalTask/ExternalTaskException.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/Core/ExternalTask/ExternalTaskException.php b/app/Core/ExternalTask/ExternalTaskException.php new file mode 100644 index 00000000..07e5665d --- /dev/null +++ b/app/Core/ExternalTask/ExternalTaskException.php @@ -0,0 +1,15 @@ +<?php + +namespace Kanboard\Core\ExternalTask; + +use Exception; + +/** + * Class NotFoundException + * + * @package Kanboard\Core\ExternalTask + * @author Frederic Guillot + */ +class ExternalTaskException extends Exception +{ +} |
