ÿØÿà JFIF ÿÛ „ ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/adimi/application/views/errors/html/ |
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> <div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;"> <h4>An uncaught Exception was encountered</h4> <p>Type: <?php echo get_class($exception); ?></p> <p>Message: <?php echo $message; ?></p> <p>Filename: <?php echo $exception->getFile(); ?></p> <p>Line Number: <?php echo $exception->getLine(); ?></p> <?php if (defined('SHOW_DEBUG_BACKTRACE') && SHOW_DEBUG_BACKTRACE === TRUE): ?> <p>Backtrace:</p> <?php foreach ($exception->getTrace() as $error): ?> <?php if (isset($error['file']) && strpos($error['file'], realpath(BASEPATH)) !== 0): ?> <p style="margin-left:10px"> File: <?php echo $error['file']; ?><br /> Line: <?php echo $error['line']; ?><br /> Function: <?php echo $error['function']; ?> </p> <?php endif ?> <?php endforeach ?> <?php endif ?> </div>