diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-06-13 01:41:11 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-06-13 01:41:11 +0200 |
commit | fc486ce7199e861a3de10a8521c7efdd0ffaf181 (patch) | |
tree | 3260b25c5745c740d9a8b9f4a3d0355652524171 /Praspel.php | |
parent | 591d73d9ff931517433614473f0ca651d13b1cad (diff) | |
download | Praspel-fc486ce7199e861a3de10a8521c7efdd0ffaf181.zip Praspel-fc486ce7199e861a3de10a8521c7efdd0ffaf181.tar.gz Praspel-fc486ce7199e861a3de10a8521c7efdd0ffaf181.tar.bz2 |
Update an exception message.
Diffstat (limited to 'Praspel.php')
-rw-r--r-- | Praspel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Praspel.php b/Praspel.php index 54d4bed..41b60e2 100644 --- a/Praspel.php +++ b/Praspel.php @@ -402,7 +402,7 @@ class Praspel { if(false === array_key_exists($name, $data)) { $exceptions[] = new $exception( - 'Variable %s has no value and is required.', 4, $name); + 'Variable %s is required and has no value.', 4, $name); continue; } |