-
Updated
Nov 2, 2020 - C#
exception
Here are 186 public repositories matching this topic...
-
Updated
Nov 4, 2020 - Java
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Nov 6, 2020 - C#
-
Updated
Jan 20, 2019 - Pascal
-
Updated
Oct 23, 2020 - Ruby
-
Updated
Nov 3, 2020 - Python
-
Updated
Jul 18, 2019 - Java
-
Updated
May 16, 2019 - PHP
-
Updated
Aug 18, 2020 - PHP
-
Updated
Oct 21, 2020 - PHP
-
Updated
Aug 22, 2020 - C#
-
Updated
Jun 18, 2020 - C++
-
Updated
Oct 14, 2020 - C
-
Updated
Jul 2, 2020 - Java
-
Updated
Jul 30, 2019 - C#
Improve this page
Add a description, image, and links to the exception topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the exception topic, visit your repo's landing page and select "manage topics."


Currently the plain text version of the exception and stacktrace are printed in the header and footer of the Ignition response. This makes it easier to spot the exception in a CLI/test runner environment. To avoid XSS we use PHP's
htmlspecialcharactersfunction. However, this causes some ugly HTML tags in a plain text output.We should look into replacing some common special characters found