mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 20:09:12 -04:00
7 lines
177 B
PHP
7 lines
177 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<?
|
|
echo $e->getMessage(), "\n";
|
|
echo $e->getFile(), ":", $e->getLine(), "\n";
|
|
echo $e->getTraceAsString(), "\n";
|
|
|