Class: CloudFormation::Bridge::RollbarExceptionNotifier
- Inherits:
-
Object
- Object
- CloudFormation::Bridge::RollbarExceptionNotifier
- Includes:
- Singleton
- Defined in:
- lib/cloud_formation/bridge/exception_notifier.rb
Instance Method Summary collapse
Instance Method Details
#report_exception(exception, custom_data = {}, user_data = {}) ⇒ Object
27 28 29 |
# File 'lib/cloud_formation/bridge/exception_notifier.rb', line 27 def report_exception(exception, custom_data = {}, user_data = {}) .report_exception(exception, custom_data, user_data) end |