You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$messageClassLocation = isset($tag['handles']) ? 'declared in your tag attribute "handles"' : $r->implementsInterface(MessageSubscriberInterface::class) ? sprintf('returned by method "%s::getHandledMessages()"', $r->getName()) : sprintf('used as argument type in method "%s::%s()"', $r->getName(), $method);
129
+
130
+
thrownewRuntimeException(sprintf('Invalid configuration %s for message "%s".', $messageClassLocation, $messageClass));
131
+
}
115
132
}
116
133
117
134
if (!\class_exists($messageClass)) {
@@ -132,7 +149,7 @@ private function registerHandlers(ContainerBuilder $container, array $busIds)
0 commit comments