try available cache storages
[pharext/pharext.org] / app / views / alert.phtml
index 2a12f16b0fa3762f0984904716716d974300ecaf..8a5a45acf5e888537ffdb717b1faadff63c19e91 100644 (file)
@@ -12,7 +12,5 @@
 
 <?php if (APP_ENVIRONMENT != "production") : ?>
 <h3>Stack Trace</h3>
-<pre><?= $this->e($exception->getTraceAsString()) ?></pre>
-<h3>Full Dump</h3>
-<pre><?= $this->e($exception) ?></pre>
+<pre style="display:block; overflow-x: scroll"><?= $this->e($exception) ?></pre>
 <?php endif; ?>