nhance/app/Views/errors/cli/error_404.php
2024-09-13 09:00:09 +05:30

8 lines
102 B
PHP
Executable File

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