Files
dev-chiefworks 315b59dc92 first commit
2022-04-30 21:53:39 -04:00

8 lines
102 B
PHP

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