From c2dc758146fe60485131d127c325720b8dcaba11 Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Thu, 13 Dec 2012 13:24:44 +0100 Subject: [PATCH] [Translation] fix typo in changelog --- src/Symfony/Component/Translation/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Translation/CHANGELOG.md b/src/Symfony/Component/Translation/CHANGELOG.md index 1517d0feed..a158f76edf 100644 --- a/src/Symfony/Component/Translation/CHANGELOG.md +++ b/src/Symfony/Component/Translation/CHANGELOG.md @@ -5,7 +5,7 @@ CHANGELOG ----- * [BC BREAK] uniformized the exception thrown by the load() method when an error occurs. The load() method now - throws Symfony\Component\Translation\Exception\InvalidResourceException when a resource cannot be found + throws Symfony\Component\Translation\Exception\NotFoundResourceException when a resource cannot be found and Symfony\Component\Translation\Exception\InvalidResourceException when a resource is invalid. * changed the exception class thrown by some load() methods from \RuntimeException to \InvalidArgumentException (IcuDatFileLoader, IcuResFileLoader, and QtTranslationsLoader)