Log in
Sign up
ricardogj08
/semillero
branch main
branch main
current
No refs found
Overview
Source
Commits (2)
Issues
Pull requests
Star (0)
Fork
root
/
app
/
Views
/
errors
/
cli
/
error_404.php
[View Raw]
Copy file contents
<?php use CodeIgniter\CLI\CLI; CLI::error('ERROR: ' . $code); CLI::write($message); CLI::newLine();