File size: 206 Bytes
e636fbe
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
<?php

namespace App\Exceptions;

class TaskStillProcessingException extends \RuntimeException
{
    // Exception ini digunakan untuk memicu mekanisme retry saat tugas/job di API eksternal masih berjalan.
}