Skip to content

Commit

Permalink
Remove dead 'catch' block
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Dec 11, 2022
1 parent 799f320 commit 9188249
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Configuration.php
Expand Up @@ -193,8 +193,6 @@ private function build(string $topLevelKey): void
$this->finalConfig->import((array) self::convertStdClassesToArrays($processed));
} catch (NetteValidationException $ex) {
throw new ValidationException($ex);
} catch (DataException $ex) {
// Do nothing
}
}

Expand Down

0 comments on commit 9188249

Please sign in to comment.