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

WeatherException.php does not comply with psr-4 autoloading standard #2

Closed
jeffreyvanhees opened this issue Jan 25, 2021 · 1 comment

Comments

@jeffreyvanhees
Copy link

jeffreyvanhees commented Jan 25, 2021

Hi,

Great package, thanks!

When installing this package by composer, I got the error
Class RakibDevs\Weather\Src\Exceptions\WeatherException located in ./vendor/rakibdevs/openweather-laravel-api/src/Exceptions/WeatherException.php does not comply with psr-4 autoloading standard. Skipping.

It looks like it is because of the wrong namespace:
RakibDevs\Weather\Src\Exceptions;

@rakibdevs
Copy link
Owner

Thank you very much. It was the wrong namespace.

rakibdevs added a commit that referenced this issue Nov 30, 2022
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

No branches or pull requests

2 participants