ci3-app/application/views/errors/cli/error_general.php
2025-04-27 07:06:24 +07:00

8 lines
128 B
PHP
Executable File

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
echo "\nERROR: ",
$heading,
"\n\n",
$message,
"\n\n";