Skip to content

Commit

Permalink
Update ChainExtension.php
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim authored Jun 3, 2019
1 parent f43cab2 commit 8bbe923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/enqueue/Client/ChainExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function __construct(array $extensions)
}

if (false == $extensionValid) {
throw new \LogicException('Invalid extension given');
throw new \LogicException(sprintf('Invalid extension given %s', get_class($extension)));
}
});
}
Expand Down

0 comments on commit 8bbe923

Please sign in to comment.