Skip to content
Snippets Groups Projects

Issue #3258056: Simplify Stage::dispatch exception handling

2 files
+ 10
9
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -342,7 +342,6 @@ class Stage {
$this->eventDispatcher->dispatch($event);
}
catch (\Throwable $error) {
// @todo Simplify exception handling in https://www.drupal.org/i/3258056.
// If we are not going to be able to create the staging area, mark it as
// available.
// @see ::create()
Loading