teknolis / app /Exceptions /TaskStillProcessingException.php
adwandw's picture
Update: AI Tools, Chat, Freepik Remix, Dashboard, and Retryable trait
e636fbe
Raw
History Blame Contribute Delete
206 Bytes
<?php
namespace App\Exceptions;
class TaskStillProcessingException extends \RuntimeException
{
// Exception ini digunakan untuk memicu mekanisme retry saat tugas/job di API eksternal masih berjalan.
}