Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-27 11:16:41 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-27 11:16:41 +0400
commit5f93048baac056265f58576d58cfa37ba4dfe488 (patch)
tree993a51f81d73760d965521e4cb80246f2b281bf2 /core/ExceptionHandler.php
parente9124635e97f7536ccd4055a020b7f0e22937c7f (diff)
More documentation.
Diffstat (limited to 'core/ExceptionHandler.php')
-rw-r--r--core/ExceptionHandler.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/ExceptionHandler.php b/core/ExceptionHandler.php
index 47cfa12634..b070766db8 100644
--- a/core/ExceptionHandler.php
+++ b/core/ExceptionHandler.php
@@ -18,12 +18,15 @@ use Piwik\FrontController;
use Piwik\API\ResponseBuilder;
/**
- * TODO
+ * Contains Piwik's uncaught exception handler and log file formatting for exception
+ * instances.
*/
class ExceptionHandler
{
/**
- * TODO
+ * The backtrace string to use when testing.
+ *
+ * @var string
*/
public static $debugBacktraceForTests = null;