'.($type ?? 'ERROR').' » ' ?>

$debug ) { if ( is_array($debug) && ! empty($debug['file']) && ! strstr($debug['file'], DIRECTORY_INDEX) && ! strstr($debug['file'], 'Facade.php') && ! strstr($debug['file'], 'Buffering.php') && ! strstr($debug['file'], 'ZN.php') && ! strstr($debug['file'], 'Singleton.php') && ! strstr($debug['file'], 'Kernel.php') && ! strstr($debug['file'], 'Wizard.php') && ! strstr($debug['file'], 'View.php') && ! strstr($debug['file'], 'In.php') && ! strstr($debug['file'], 'Factory.php') && $debug['file'] !== $file ) { ZN\ErrorHandling\Exceptions::display($debug['file'], $debug['line'], $i); $i++; } } ZN\ErrorHandling\Exceptions::display($file, $line, $i === 0 ? $i : count($trace)); ?>