Skip to content

Commit

Permalink
bug #21126 Added missing use statemenet (Nyholm)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nicolas-grekas committed Jan 2, 2017
2 parents 0d2dfa7 + f9848be commit 1099f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/Translation/Dumper/FileDumper.php
Expand Up @@ -13,6 +13,7 @@

use Symfony\Component\Translation\MessageCatalogue;
use Symfony\Component\Translation\Exception\InvalidArgumentException;
use Symfony\Component\Translation\Exception\RuntimeException;

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

0 comments on commit 1099f6b

Please sign in to comment.