diff --git a/src/ncc/Objects/RemotePackageInput.php b/src/ncc/Objects/RemotePackageInput.php index 3948a22..acd5bb5 100644 --- a/src/ncc/Objects/RemotePackageInput.php +++ b/src/ncc/Objects/RemotePackageInput.php @@ -76,7 +76,7 @@ } else { - throw new InvalidArgumentException('Input does not match the expected pattern.'); + throw new InvalidArgumentException(sprintf('Invalid remote package input: %s', $input)); } }