Completed
Push — master ( 9e8193...ac2fb8 )
by Stas
35:19 queued 25:14
created
lib/Middleware.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,9 @@
 block discarded – undo
69 69
         } catch (\Exception $e) {
70 70
             if ($catch) {
71 71
                 // handle exception to response
72
-            } else throw $e;
72
+            } else {
73
+                throw $e;
74
+            }
73 75
         }
74 76
     }
75 77
 }
76 78
\ No newline at end of file
Please login to merge, or discard this patch.