Inhibitor is generally known to be an error handler class in the CodeIgniter that basically uses the native PHP functions such as set_error_handler, set_exception_handler,
register_shutdown_function in order to handle the parse errors, exceptions, and the fatal errors.