ria/app/Views/errors/cli/error_404.php
2024-05-06 03:47:37 +00:00

8 lines
102 B
PHP
Executable File

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