Add the possibility to create external tasks
This commit is contained in:
@@ -2,14 +2,12 @@
|
||||
|
||||
namespace Kanboard\Core\ExternalTask;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Class ProviderNotFoundException
|
||||
*
|
||||
* @package Kanboard\Core\ExternalTask
|
||||
* @author Frederic Guillot
|
||||
*/
|
||||
class ProviderNotFoundException extends Exception
|
||||
class ProviderNotFoundException extends ExternalTaskException
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user