Rain reports and backtraces all errors to help you correct them. You can disable the error reporting by set in application/config/settings.php $debug to false.
When Rain is not in debug mode it saves all the errors into a global variable. You can retrieve this list with get_error_list(); to create your application error manager.
