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

Fix exception messages #316

Merged
merged 18 commits into from
Dec 2, 2022
Prev Previous commit
Next Next commit
Fix phpdoc
  • Loading branch information
xepozz committed Nov 9, 2022
commit 0f3281648ddefdf64767e1d2f75af4c4260c0810
3 changes: 2 additions & 1 deletion src/BuildingException.php
Original file line number Diff line number Diff line change
@@ -9,7 +9,8 @@
use Throwable;

/**
* `NotFoundException` is thrown when no definition or class was found in the container for a given ID.
* It wraps all exceptions which do not implement ContainerExceptionInterface while building process.
* Also adds building context for more understanding.
*/
final class BuildingException extends Exception implements ContainerExceptionInterface
{