summaryrefslogtreecommitdiffstats
path: root/application/views/errors/cli/error_general.php
blob: 6984b61e993c24ca9e6c7f924bcd12f34162f075 (plain)
1
2
3
4
5
6
7
8
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

echo "\nERROR: ",
	$heading,
	"\n\n",
	$message,
	"\n\n";