What is an inhibitor of CodeIgniter?
An inhibitor in CodeIgniter is an error handler class. It will make use of PHP's native functions like set_error_handler , set_exception_handler , register_shutdown_function to handle parse errors, exceptions, and fatal errors.