Class
HammerCLI::ExceptionHandler
In:
lib/hammer_cli/exception_handler.rb
Parent:
Object
Methods
handle_apipie_docloading_error
handle_apipie_missing_arguments_error
handle_exception
handle_general_exception
handle_generic_config_error
handle_help_wanted
handle_not_found
handle_unauthorized
handle_usage_exception
log_full_error
mappings
new
output
print_error
print_message
Public Class methods
new
(options={})
Public Instance methods
handle_exception
(e, options={})
mappings
()
output
()
Protected Instance methods
handle_apipie_docloading_error
(e)
handle_apipie_missing_arguments_error
(e)
handle_general_exception
(e)
handle_generic_config_error
(e)
handle_help_wanted
(e)
handle_not_found
(e)
handle_unauthorized
(e)
handle_usage_exception
(e)
log_full_error
(e, message = e.message)
print_error
(error)
print_message
(msg)
[Validate]