Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / Foo3Command.php
index 6c890fafff6197cd30b93fa6afb4e0be07206bab..adb3a2d809f71e784e3b89062a81518de58ce3a5 100644 (file)
@@ -23,7 +23,7 @@ class Foo3Command extends Command
                 throw new \Exception('Second exception <comment>comment</comment>', 0, $e);
             }
         } catch (\Exception $e) {
-            throw new \Exception('Third exception <fg=blue;bg=red>comment</>', 0, $e);
+            throw new \Exception('Third exception <fg=blue;bg=red>comment</>', 404, $e);
         }
     }
 }