Skip to content

Commit 8bbe923

Browse files
authored
Update ChainExtension.php
1 parent f43cab2 commit 8bbe923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/enqueue/Client/ChainExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function __construct(array $extensions)
6767
}
6868

6969
if (false == $extensionValid) {
70-
throw new \LogicException('Invalid extension given');
70+
throw new \LogicException(sprintf('Invalid extension given %s', get_class($extension)));
7171
}
7272
});
7373
}

0 commit comments

Comments
 (0)