mirror of
https://code.castopod.org/adaures/castopod
synced 2025-09-09 05:09:27 +00:00
7 lines
101 B
PHP
7 lines
101 B
PHP
![]() |
<?php
|
||
|
use CodeIgniter\CLI\CLI;
|
||
|
|
||
|
CLI::error('ERROR: ' . $code);
|
||
|
CLI::write($message);
|
||
|
CLI::newLine();
|