mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +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();
|