Updated exception message in \ncc\Objects > RemotePackageInput > __construct()
This commit is contained in:
parent
eef360a8f7
commit
628d126baf
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue