fix: logExceptionByCustomHandler에서 echo 안하는 옵션 추가
This commit is contained in:
@@ -100,7 +100,7 @@ class APIHelper
|
||||
} catch (\Exception $e) {
|
||||
Json::dieWithReason($e->getMessage());
|
||||
} catch (\Throwable $e) {
|
||||
logExceptionByCustomHandler($e);
|
||||
logExceptionByCustomHandler($e, false);
|
||||
Json::dieWithReason($e->getMessage());
|
||||
} catch (mixed $e) {
|
||||
Json::dieWithReason(strval($e));
|
||||
|
||||
Reference in New Issue
Block a user