summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test/views/kohana/error.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery_unit_test/views/kohana/error.php')
-rw-r--r--modules/gallery_unit_test/views/kohana/error.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gallery_unit_test/views/kohana/error.php b/modules/gallery_unit_test/views/kohana/error.php
new file mode 100644
index 00000000..079a279b
--- /dev/null
+++ b/modules/gallery_unit_test/views/kohana/error.php
@@ -0,0 +1,6 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<?
+echo $e->getMessage(), "\n";
+echo $e->getFile(), ":", $e->getLine(), "\n";
+echo $e->getTraceAsString(), "\n";
+