We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43cab2 commit 8bbe923Copy full SHA for 8bbe923
pkg/enqueue/Client/ChainExtension.php
@@ -67,7 +67,7 @@ public function __construct(array $extensions)
67
}
68
69
if (false == $extensionValid) {
70
- throw new \LogicException('Invalid extension given');
+ throw new \LogicException(sprintf('Invalid extension given %s', get_class($extension)));
71
72
});
73
0 commit comments