File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
src/Symfony/Bundle/TwigBundle/Resources/views/Exception Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- {% include ' TwigBundle:Exception:error.xml.twig' with { ' exception ' : exception } %}
1
+ {% include ' TwigBundle:Exception:error.xml.twig' %}
Original file line number Diff line number Diff line change 9
9
<h2 >The server returned a "{{ status_code }} {{ status_text }}".</h2 >
10
10
11
11
<div >
12
- Something is broken. Please e-mail us at [email] and let us know
13
- what you were doing when this error occurred. We will fix it as soon
14
- as possible. Sorry for any inconvenience caused.
12
+ Something is broken. Please let us know what you were doing when this error occurred.
13
+ We will fix it as soon as possible. Sorry for any inconvenience caused.
15
14
</div >
16
15
</body >
17
16
</html >
Original file line number Diff line number Diff line change 1
- {% include ' TwigBundle:Exception:error.xml.twig' with { ' exception ' : exception } %}
1
+ {% include ' TwigBundle:Exception:error.xml.twig' %}
Original file line number Diff line number Diff line change @@ -3,6 +3,5 @@ Oops! An Error Occurred
3
3
4
4
The server returned a "{{ status_code }} {{ status_text }}".
5
5
6
- Please e-mail us at [email] and let us know what you were doing when this
7
- error occurred. We will fix it as soon as possible. Sorry for any
8
- inconvenience caused.
6
+ Something is broken. Please let us know what you were doing when this error occurred.
7
+ We will fix it as soon as possible. Sorry for any inconvenience caused.
You can’t perform that action at this time.
0 commit comments