From 3f7840c4db7384eb142f92c33330827b8d7255f9 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 5 Nov 2016 22:26:58 -0400 Subject: Add the possibility to create external tasks --- app/Core/ExternalTask/NotFoundException.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/Core/ExternalTask/NotFoundException.php') diff --git a/app/Core/ExternalTask/NotFoundException.php b/app/Core/ExternalTask/NotFoundException.php index c7ed13ef..34eff8ea 100644 --- a/app/Core/ExternalTask/NotFoundException.php +++ b/app/Core/ExternalTask/NotFoundException.php @@ -2,14 +2,12 @@ namespace Kanboard\Core\ExternalTask; -use Exception; - /** * Class NotFoundException * * @package Kanboard\Core\ExternalTask * @author Frederic Guillot */ -class NotFoundException extends Exception +class NotFoundException extends ExternalTaskException { } -- cgit v1.2.3