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
thrownewLogicException(sprintf('None of the available transports support the given message (available transports: "%s").', implode('", "', array_keys($this->transports))));
66
64
}
67
65
@@ -73,6 +71,6 @@ public function send(MessageInterface $message): void
73
71
thrownewLogicException(sprintf('The "%s" transport does not support the given message.', $transport));
0 commit comments