All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.jooby.whoops.views.frame_list.html Maven / Gradle / Ivy

{% for frame in frames %}
  
{{ loop.length - loop.index - 1 }}
{{frame.className}} {{frame.method}}
{{frame.location}}{{frame.line}}
{% endfor %}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy