Files
CHIEFSOFT\ameye c6c069db5f first commit
2024-04-24 15:41:01 -04:00

8 lines
102 B
PHP

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