/home/hdwebsolution/public_html/try/sareensurgicals/system/Exceptions/EmergencyError.php
<?php namespace CodeIgniter\Exceptions;

/**
 * Error: system is unusable
 */

class EmergencyError extends \Error
{

}