Added missing use statemenet

We should use Symfony\Component\Translation\Exception\RuntimeException
This commit is contained in:
Tobias Nyholm 2017-01-02 10:34:12 +01:00 committed by GitHub
parent 61a67ecc5a
commit f9848be1d2

View File

@ -13,6 +13,7 @@ namespace Symfony\Component\Translation\Dumper;
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).