8 lines
102B

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