Files
CHIEFSOFT\ameye 5c4ba3a99d first commit
2025-04-05 17:44:17 -04:00

8 lines
102 B
PHP

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