# File lib/hammer_cli_katello/exception_handler.rb, line 5 def mappings super + [ [RestClient::InternalServerError, :handle_internal_error], [RestClient::BadRequest, :handle_bad_request] ] end