2022-11-28 13:24:51 +01:00

8 lines
102 B
PHP

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