@@ -0,0 +1,10 @@
+<?php
+
+namespace App\Exceptions;
+use Exception;
+class TaskFailException extends Exception
+{
+ //
+}