Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page クラスのショートコードの例外処理で、 \ColorMeShop\Swagger\ApiExceptionがcatchされるようにする #175

Merged
merged 4 commits into from
Aug 19, 2024

Conversation

ShioriPeace
Copy link
Contributor

@ShioriPeace ShioriPeace commented Aug 13, 2024

#166
の問題を解消するためのPRです。

削除済みの商品IDを指定した際の例外処理が適切ではないので、 \ColorMeShop\Swagger\ApiException をcatchしてエラーハンドリングが正しく行われるように修正します。

\ColorMeShop\Swagger\ApiException が発生した際、原因が特定しやすくするよう、error_log内に発生原因として考えられるメッセージを入れました。

レビューポイント

  • error_logに含めたメッセージ内容が良さそうか

@ShioriPeace ShioriPeace marked this pull request as ready for review August 16, 2024 08:37
@ShioriPeace ShioriPeace requested a review from ikaruga777 August 16, 2024 08:37
@ShioriPeace ShioriPeace merged commit 6abddf8 into master Aug 19, 2024
3 checks passed
@ShioriPeace ShioriPeace deleted the catch-ApiException branch August 19, 2024 02:22
@ShioriPeace ShioriPeace mentioned this pull request Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Page クラスのショートコードの例外補足が適切でなさそう
2 participants