diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-09-13 09:53:40 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-09-13 09:53:40 +0200 |
commit | 9b62517bfc05067b637a113133918562a2696766 (patch) | |
tree | 95165ebda17387e05e3adaa3c08a59aeb5bedb0d /Praspel.php | |
parent | 15c49f90754982b932cb73f3248e0a955a8ecfa5 (diff) | |
download | Praspel-9b62517bfc05067b637a113133918562a2696766.zip Praspel-9b62517bfc05067b637a113133918562a2696766.tar.gz Praspel-9b62517bfc05067b637a113133918562a2696766.tar.bz2 |
Format code. #mania
Diffstat (limited to 'Praspel.php')
-rw-r--r-- | Praspel.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Praspel.php b/Praspel.php index ee994ff..e610fbd 100644 --- a/Praspel.php +++ b/Praspel.php @@ -310,13 +310,11 @@ class Praspel { } while( false === $_verdict && null !== $behavior = $behavior->getParent()); - if(false === $_verdict) { - + if(false === $_verdict) $exceptions[] = new Exception\Failure\Exceptional( 'The exception %s has been unexpectedly thrown.', 42, array(get_class($arguments['\result'])) ); - } $verdict &= $_verdict; } |