File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414
1515/**
16- * Service not found exception .
16+ * The requested service was not found in the container .
1717 */
1818class MissingServiceException extends Nette \InvalidStateException
1919{
2020}
2121
2222
2323/**
24- * Service creation exception .
24+ * Failed to create the service instance .
2525 */
2626class ServiceCreationException extends Nette \InvalidStateException
2727{
@@ -34,15 +34,15 @@ public function setMessage(string $message): static
3434
3535
3636/**
37- * Not allowed when container is resolving.
37+ * Operation is not allowed while container is resolving dependencies .
3838 */
3939class NotAllowedDuringResolvingException extends Nette \InvalidStateException
4040{
4141}
4242
4343
4444/**
45- * Error in configuration.
45+ * The DI container configuration is invalid .
4646 */
4747class InvalidConfigurationException extends Nette \InvalidStateException
4848{
You can’t perform that action at this time.
0 commit comments