Files
rpsls-game/system/Exceptions/EmergencyError.php
2019-12-02 14:56:47 -06:00

11 lines
120 B
PHP

<?php namespace CodeIgniter\Exceptions;
/**
* Error: system is unusable
*/
class EmergencyError extends \Error
{
}