Skip to content

Commit 1099f6b

Browse files
bug symfony#21126 Added missing use statemenet (Nyholm)
This PR was merged into the 3.3-dev branch. Discussion ---------- Added missing use statemenet | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a We should use Symfony\Component\Translation\Exception\RuntimeException Commits ------- f9848be Added missing use statemenet
2 parents 0d2dfa7 + f9848be commit 1099f6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Translation/Dumper/FileDumper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Symfony\Component\Translation\MessageCatalogue;
1515
use Symfony\Component\Translation\Exception\InvalidArgumentException;
16+
use Symfony\Component\Translation\Exception\RuntimeException;
1617

1718
/**
1819
* FileDumper is an implementation of DumperInterface that dump a message catalogue to file(s).

0 commit comments

Comments
 (0)