Add ExternalTaskManager class

This commit is contained in:
Frederic Guillot
2016-11-01 22:18:43 -04:00
parent a3ffb3b40e
commit ae5d31e4c2
9 changed files with 222 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?php
namespace Kanboard\Core\ExternalTask;
use Exception;
/**
* Class NotFoundException
*
* @package Kanboard\Core\ExternalTask
* @author Frederic Guillot
*/
class NotFoundException extends Exception
{
}