diff --git a/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.atom.twig b/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.atom.twig index 9c1ab3e468507..074389ce919e8 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.atom.twig +++ b/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.atom.twig @@ -1 +1 @@ -{% include 'TwigBundle:Exception:error.xml.twig' with { 'exception': exception } %} +{% include 'TwigBundle:Exception:error.xml.twig' %} diff --git a/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig b/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig index 1e0b12d1d6b14..30b51e4760ab0 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig +++ b/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig @@ -9,9 +9,8 @@

The server returned a "{{ status_code }} {{ status_text }}".

- Something is broken. Please e-mail us at [email] and let us know - what you were doing when this error occurred. We will fix it as soon - as possible. Sorry for any inconvenience caused. + Something is broken. Please let us know what you were doing when this error occurred. + We will fix it as soon as possible. Sorry for any inconvenience caused.
diff --git a/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.rdf.twig b/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.rdf.twig index 9c1ab3e468507..074389ce919e8 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.rdf.twig +++ b/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.rdf.twig @@ -1 +1 @@ -{% include 'TwigBundle:Exception:error.xml.twig' with { 'exception': exception } %} +{% include 'TwigBundle:Exception:error.xml.twig' %} diff --git a/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.txt.twig b/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.txt.twig index b621b089c8ab8..bec5b1e302486 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.txt.twig +++ b/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.txt.twig @@ -3,6 +3,5 @@ Oops! An Error Occurred The server returned a "{{ status_code }} {{ status_text }}". -Please e-mail us at [email] and let us know what you were doing when this -error occurred. We will fix it as soon as possible. Sorry for any -inconvenience caused. +Something is broken. Please let us know what you were doing when this error occurred. +We will fix it as soon as possible. Sorry for any inconvenience caused.