Exception: CoAspects::Aspects::RescueAndNotifyError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- CoAspects::Aspects::RescueAndNotifyError
- Defined in:
- lib/co_aspects/aspects/rescue_and_notify_error.rb
Instance Attribute Summary collapse
-
#newrelic_opts ⇒ Object
readonly
Returns the value of attribute newrelic_opts.
Instance Method Summary collapse
-
#initialize(message, newrelic_opts) ⇒ RescueAndNotifyError
constructor
A new instance of RescueAndNotifyError.
Constructor Details
#initialize(message, newrelic_opts) ⇒ RescueAndNotifyError
Returns a new instance of RescueAndNotifyError.
6 7 8 9 |
# File 'lib/co_aspects/aspects/rescue_and_notify_error.rb', line 6 def initialize(, newrelic_opts) super() @newrelic_opts = newrelic_opts end |
Instance Attribute Details
#newrelic_opts ⇒ Object (readonly)
Returns the value of attribute newrelic_opts.
4 5 6 |
# File 'lib/co_aspects/aspects/rescue_and_notify_error.rb', line 4 def newrelic_opts @newrelic_opts end |