mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
- Autoloader for portal files in the itop-portal-base module - Dependencies moved to root composer.json - Add autoloader for /core and /application content
8 lines
296 B
Twig
8 lines
296 B
Twig
[exception] {{ status_code ~ ' | ' ~ status_text ~ ' | ' ~ exception.class }}
|
|
[message] {{ exception.message }}
|
|
{% for i, e in exception.toarray %}
|
|
[{{ i + 1 }}] {{ e.class }}: {{ e.message }}
|
|
{{ include('@Twig/Exception/traces.txt.twig', { exception: e }, with_context = false) }}
|
|
|
|
{% endfor %}
|