mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
10 lines
119 B
PHP
10 lines
119 B
PHP
<?php namespace CodeIgniter\Exceptions;
|
|
|
|
/**
|
|
* Error: system is unusable
|
|
*/
|
|
class EmergencyError extends \Error
|
|
{
|
|
|
|
}
|