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
@@ -183,7 +183,7 @@ public function errorCode(): ?string
183
183
publicfunctiongetNativeConnection()
184
184
{
185
185
if (!method_exists($this->decoratedConnection, 'getNativeConnection')) {
186
-
thrownewLogicException(sprintf('The decoratedConnection %s does not support accessing the native connection.', \get_class($this->decoratedConnection)));
186
+
thrownewBadMethodCallException(sprintf('The connection "%s" does not support accessing the native connection.', \get_class($this->decoratedConnection)));
0 commit comments