Skip to content

Commit f43cab2

Browse files
authored
Update ChainExtension.php
1 parent 6511c2c commit f43cab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/enqueue/Consumption/ChainExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function __construct(array $extensions)
117117
}
118118

119119
if (false == $extensionValid) {
120-
throw new \LogicException('Invalid extension given');
120+
throw new \LogicException(sprintf('Invalid extension given %s', get_class($extension)));
121121
}
122122
});
123123
}

0 commit comments

Comments
 (0)