Files
MermsEmrWeb/account/app/Views/errors/cli/error_404.php
T
Olusesan Ameye 171220864c fix
2021-03-22 22:34:04 -04:00

8 lines
102 B
PHP

<?php
use CodeIgniter\CLI\CLI;
CLI::error('ERROR: ' . $code);
CLI::write($message);
CLI::newLine();