We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Product_Api クラスの fetch は ColorMeShop\Swagger\ApiException を送出します。
fetch
ColorMeShop\Swagger\ApiException
colormeshop-wp-plugin/src/api/class-product-api.php
Lines 41 to 49 in 81434e0
一方、この関数を呼び出す Page クラスのショートコードでは RuntimeException でキャッチしています。この例外は ColorMeShop\Swagger\ApiException を継承していないので、 ColorMeShop\Swagger\ApiException 例外時に突き抜けてしまうように見えます。
RuntimeException
colormeshop-wp-plugin/src/shortcodes/product/class-page.php
Lines 45 to 52 in 81434e0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Product_Api クラスの
fetch
はColorMeShop\Swagger\ApiException
を送出します。colormeshop-wp-plugin/src/api/class-product-api.php
Lines 41 to 49 in 81434e0
一方、この関数を呼び出す Page クラスのショートコードでは
RuntimeException
でキャッチしています。この例外はColorMeShop\Swagger\ApiException
を継承していないので、ColorMeShop\Swagger\ApiException
例外時に突き抜けてしまうように見えます。colormeshop-wp-plugin/src/shortcodes/product/class-page.php
Lines 45 to 52 in 81434e0
The text was updated successfully, but these errors were encountered: