Open Dawid-Ohia opened 4 years ago
Thank you for creating the issue! One of our team members will get back to you shortly with additional information. If this is a product issue, please close this and contact the particular product's support instead (see https://support.microsoft.com/allproducts for the list of support websites).
@Dawid-Ohia Please move this issue to https://github.com/microsoftgraph/microsoft-graph-docs/issues
Describe the bug I think there is slash missing before namespace name in catch phrase:
catch (League\OAuth2\Client\Provider\Exception\IdentityProviderException $e) {
To Reproduce https://docs.microsoft.com/pl-pl/graph/tutorials/php?tutorial-step=3 and other steps too
Expected behavior shouldn't it be
catch (\League\OAuth2\Client\Provider\Exception\IdentityProviderException $e) {
?