Updated exception message in \ncc\Objects > RemotePackageInput > __construct()

This commit is contained in:
Netkas 2023-08-23 12:49:58 -04:00
parent eef360a8f7
commit 628d126baf
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -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));
}
}