Class: HammerCLIForemanTemplates::ExceptionHandler
- Inherits:
-
HammerCLIForeman::ExceptionHandler
- Object
- HammerCLIForeman::ExceptionHandler
- HammerCLIForemanTemplates::ExceptionHandler
- Defined in:
- lib/hammer_cli_foreman_templates/exception_handler.rb
Instance Method Summary collapse
Instance Method Details
#mappings ⇒ Object
3 4 5 6 7 |
# File 'lib/hammer_cli_foreman_templates/exception_handler.rb', line 3 def mappings [ [RestClient::InternalServerError, :handle_internal_error] ] + super end |