diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-06-13 13:34:52 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-06-13 13:34:52 +0200 |
commit | a3737bb17653288b0fb743ec4a9d42e892aebaa0 (patch) | |
tree | a629b695f6060051217c6c9c9b93e988eebbbc88 /Praspel.php | |
parent | 27d4a368a6ba05695f2c5b1dadf1ed27534aa2b9 (diff) | |
download | Praspel-a3737bb17653288b0fb743ec4a9d42e892aebaa0.zip Praspel-a3737bb17653288b0fb743ec4a9d42e892aebaa0.tar.gz Praspel-a3737bb17653288b0fb743ec4a9d42e892aebaa0.tar.bz2 |
Update exceptional failure 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 c3c3fcd..f422cf9 100644 --- a/Praspel.php +++ b/Praspel.php @@ -483,7 +483,7 @@ class Praspel { if(false === $verdict) $exceptions[] = new $exception( - 'The exception %s has been thrown and it is not specified.', + 'The exception %s has been unexpectedly thrown.', 6, array(get_class($data['\result']))); return $verdict; |