mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
10 lines
128 B
PHP
10 lines
128 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
use CodeIgniter\CLI\CLI;
|
|
|
|
CLI::error('ERROR: ' . $code);
|
|
CLI::write($message);
|
|
CLI::newLine();
|