Updated the exception message.
This commit is contained in:
parent
8abeb4dbf2
commit
31c324dd92
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ function config($key, $default = NULL)
|
|||
|
||||
if (is_null($key))
|
||||
{
|
||||
throw new InvalidArgumentException('The key argument cannot be empty.');
|
||||
throw new InvalidArgumentException('The $key argument cannot be empty.');
|
||||
}
|
||||
|
||||
if (is_array($key))
|
||||
|
|
Loading…
Reference in a new issue