diff --git a/tests/test_services.php b/tests/test_services.php index 39f5587..2f3c557 100644 --- a/tests/test_services.php +++ b/tests/test_services.php @@ -19,7 +19,7 @@ while (true) { echo "executar servce_queue \n"; $servce_queue->run(); sleep(3); - } catch (\Throwable $th) { + } catch (\Exception $th) { sleep(3); logger('run_service')->info($th->getMessage()); }