diff --git a/language/exceptions.xml b/language/exceptions.xml index 082414bf21..856b6bb8ae 100644 --- a/language/exceptions.xml +++ b/language/exceptions.xml @@ -1,5 +1,5 @@ - + Exceptions @@ -204,7 +204,7 @@ class TestException case self::THROW_DEFAULT: // throw default one. - throw new Exception('2 isnt allowed as a parameter', 6); + throw new Exception('2 is not allowed as a parameter', 6); break; default: