Exception: MiniCamel::ExchangeFailure
- Inherits:
-
CamelError
- Object
- StandardError
- CamelError
- MiniCamel::ExchangeFailure
- Defined in:
- lib/mini_camel/error.rb
Instance Attribute Summary collapse
-
#exchange_error ⇒ Object
readonly
Returns the value of attribute exchange_error.
Instance Method Summary collapse
-
#initialize(message, exchange_error) ⇒ ExchangeFailure
constructor
A new instance of ExchangeFailure.
Constructor Details
#initialize(message, exchange_error) ⇒ ExchangeFailure
Returns a new instance of ExchangeFailure.
34 35 36 37 |
# File 'lib/mini_camel/error.rb', line 34 def initialize(, exchange_error) @exchange_error = exchange_error super() end |
Instance Attribute Details
#exchange_error ⇒ Object (readonly)
Returns the value of attribute exchange_error.
32 33 34 |
# File 'lib/mini_camel/error.rb', line 32 def exchange_error @exchange_error end |